Skip to content

Commit

Permalink
Added ORCID ID to DESCRIPTION AUTHORS@R
Browse files Browse the repository at this point in the history
Updated to restrict version numbers in depends, imports, and suggests to the current versions of packages.

Removed old-release from win-builder in cran-comments.md because I'm restricting to R 3.5+
  • Loading branch information
jonathan-g committed Mar 19, 2019
1 parent 00e75f8 commit afe620a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version: 0.4.0
Date: 2019-03-18
Authors@R: c( person("Jonathan", "Gilligan",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1375-6686"),
role = c("cre", "aut")))
Description: Provides data for Kaya identity variables (population, gross
domestic product, primary energy consumption, and energy-related
Expand All @@ -23,7 +24,7 @@ BugReports: https://github.com/jonathan-g/kayadata/issues
License: MIT + file LICENSE
Depends:
ggplot2 (>= 3.0),
R (>= 3.4)
R (>= 3.5)
Imports:
magrittr (>= 1.5),
forcats (>= 0.3),
Expand All @@ -35,9 +36,9 @@ Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests:
testthat,
purrr,
broom,
knitr,
rmarkdown
testthat (>= 2.0),
purrr (>= 0.3),
broom (>= 0.5),
knitr (>= 1.22),
rmarkdown (>= 1.12)
VignetteBuilder: knitr
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Ubuntu 16.04, R-Devel gcc
* Windows Server 2008 R2 SP1, R-release, 32/64 bit
* macOS 10.11 El Capitan, R-release
* winbuilder: devel, release, oldrelease
* winbuilder: devel, release

## R CMD check results

Expand Down

0 comments on commit afe620a

Please sign in to comment.