-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ORCID ID to DESCRIPTION AUTHORS@R
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
1 parent
00e75f8
commit afe620a
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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), | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters