Skip to content

Commit

Permalink
Fix Issue #38: doc change to avoid problem on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroman committed Aug 20, 2023
1 parent ba574a5 commit 5dca6f5
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 11 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: chromer
Title: Interface to Chromosome Counts Database API
Version: 0.4
Date: 2023-03-23
Version: 0.5
Date: 2023-08-20
Authors@R: c(
person("Matthew", "Pennell", role = "aut", email = "mwpennell@gmail.com",
comment = c(ORCID = "0000-0002-2886-3970")),
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
chromer 0.5
=============

### Minor changes

* Tiny change to documentation to avoid a problem on CRAN. (Issue #38)


chromer 0.4
=============

Expand Down
5 changes: 2 additions & 3 deletions R/chromer-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
#' @references Rice, A., L. Glick, S. Abadi, M. Einhorn, N.M. Kopelman, A. Salman-Minkov, J. Mayzel, O. Chay, and I. Mayrose. 2014. The Chromosome Counts Database (CCDB) -- a community resource of plant chromosome numbers. New Phytologist doi:10.1111/nph.13191.
#'
#' @docType package
#' @name chromer
#' @aliases chromer-chromer chromer
#' @keywords internal
#' @importFrom stats na.omit
#'
NULL
"_PACKAGE"
8 changes: 4 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"codeRepository": "https://github.com/ropensci/chromer",
"issueTracker": "https://github.com/ropensci/chromer/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.3",
"version": "0.5",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.1 (2022-06-23)",
"runtimePlatform": "R version 4.3.1 (2023-06-16)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -130,9 +130,9 @@
},
"SystemRequirements": null
},
"fileSize": "39.683KB",
"fileSize": "40.805KB",
"releaseNotes": "https://github.com/ropensci/chromer/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/chromer/blob/master/README.md",
"contIntegration": "https://github.com/kbroman/chromer/actions/workflows/R-CMD-check.yaml",
"contIntegration": "https://github.com/ropensci/chromer/actions/workflows/R-CMD-check.yaml",
"keywords": ["r", "rstats", "r-package"]
}
24 changes: 22 additions & 2 deletions man/chromer.Rd → man/chromer-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5dca6f5

Please sign in to comment.