-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from usa-npn/docs-and-linting
Non-code changes
- Loading branch information
Showing
45 changed files
with
1,732 additions
and
1,453 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 |
---|---|---|
@@ -1,46 +1,49 @@ | ||
Package: rnpn | ||
Title: Interface to the National 'Phenology' Network 'API' | ||
Description: Programmatic interface to the | ||
Web Service methods provided by the National 'Phenology' Network | ||
(<https://usanpn.org/>), which includes data on various life history | ||
events that occur at specific times. | ||
Version: 1.2.9.9000 | ||
License: MIT + file LICENSE | ||
Authors@R: c( | ||
person("Jeff", "Switzer", role = c("aut", "cre"), email = "jeff@usanpn.org"), | ||
person("Jeff", "Switzer", , "jeff@usanpn.org", role = c("aut", "cre")), | ||
person("Scott", "Chamberlain", role = "aut"), | ||
person("Lee", "Marsh", role= "aut"), | ||
person("Lee", "Marsh", role = "aut"), | ||
person("Kevin", "Wong", role = "aut"), | ||
person("David", "LeBauer", role = "ctb"), | ||
person("Eric R", "Scott", role = "ctb") | ||
) | ||
Depends: R (>= 3.5.0) | ||
) | ||
Description: Programmatic interface to the Web Service methods provided by | ||
the National 'Phenology' Network (<https://usanpn.org/>), which | ||
includes data on various life history events that occur at specific | ||
times. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/usa-npn/rnpn, http://usa-npn.github.io/rnpn/ | ||
BugReports: https://github.com/usa-npn/rnpn/issues | ||
Depends: | ||
R (>= 3.5.0) | ||
Imports: | ||
httr (>= 1.1.0), | ||
jsonlite (>= 0.9.19), | ||
data.table (>= 1.9.6), | ||
tibble, | ||
curl, | ||
xml2, | ||
httr2, | ||
data.table (>= 1.9.6), | ||
dplyr, | ||
httr (>= 1.1.0), | ||
httr2, | ||
jsonlite (>= 0.9.19), | ||
magrittr, | ||
rlang, | ||
magrittr | ||
tibble, | ||
xml2 | ||
Suggests: | ||
ggplot2, | ||
testthat (>= 3.0.0), | ||
covr, | ||
ggplot2, | ||
knitr, | ||
markdown, | ||
rmarkdown, | ||
RColorBrewer, | ||
vcr, | ||
withr, | ||
rmarkdown, | ||
sf, | ||
terra | ||
RoxygenNote: 7.3.2 | ||
Encoding: UTF-8 | ||
VignetteBuilder: knitr | ||
URL: https://github.com/usa-npn/rnpn, http://usa-npn.github.io/rnpn/ | ||
BugReports: https://github.com/usa-npn/rnpn/issues | ||
terra, | ||
testthat (>= 3.0.0), | ||
vcr, | ||
withr | ||
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.3.2 | ||
Roxygen: list(markdown = TRUE) |
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
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
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
Oops, something went wrong.