-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
55 additions
and
37 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
# ag5Tools 0.0.1 | ||
# ag5Tools 0.0.2 | ||
|
||
## Major changes | ||
|
||
- Add version parameter to function *ag5_download*, now required by AgERA5 database. | ||
|
||
## Enhancements | ||
|
||
## First release version | ||
- Use parallelization to function *ag5_extract* to speed up files search | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
## Bug fixes | ||
|
||
Correct parameter in help of function *ag5_extract* from 24_hour_minimum to Min-24h | ||
|
||
|
||
# ag5Tools 0.0.1 | ||
|
||
- First version on CRAN |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
utils::globalVariables("i") |
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,26 +1,32 @@ | ||
This is a re-submission | ||
This is an update for package ag5tools | ||
|
||
|
||
## R CMD check results | ||
|
||
### local environment - devtools::check() | ||
### local environment - R CMD check --as-cran | ||
|
||
using R version 4.2.2 (2022-10-31) | ||
* using platform: aarch64-apple-darwin20 (64-bit) | ||
* using session charset: UTF-8 | ||
|
||
Status: 1 NOTE | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘David Brown <db877@cornell.edu>’ | ||
|
||
New maintainer: | ||
David Brown <db877@cornell.edu> | ||
Old maintainer(s): | ||
David Brown <d.brown@cgiar.org> | ||
|
||
### Win-builder | ||
* https://win-builder.r-project.org/QAS2yDGgBqFS/ | ||
|
||
"Windows" - "10 x64" - "build 19044" | ||
|
||
0 errors v | 0 warnings v | 0 notes v | ||
|
||
### rhub::check_for_cran() | ||
https://builder.r-hub.io/status/ag5Tools_0.0.1.tar.gz-a75e734ac5cb43a096aaa31b186d5f23 | ||
https://builder.r-hub.io/status/ag5Tools_0.0.1.tar.gz-9269a59d24624e7aa7e5caed04a011df | ||
https://builder.r-hub.io/status/ag5Tools_0.0.1.tar.gz-05e183bb4b56439e8469011da32348f1 | ||
|
||
Note | ||
https://builder.r-hub.io/status/ag5Tools_0.0.1.tar.gz-a75e734ac5cb43a096aaa31b186d5f23#L510 | ||
|
||
|
||
## Previous submission problem - Fixed | ||
I have added \value to .Rd files regarding exported methods and explained | ||
the functions results in the documentation. Thanks. | ||
|
||
|
||
|
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,14 +1,13 @@ | ||
citHeader("To cite package ‘ag5Tools’ in publications, please use:") | ||
|
||
citEntry(entry = "Article", | ||
title = "{ag5Tools: An R package for downloading and extracting agrometeorological data from the AgERA5 database}", | ||
author = c(person("David", "Brown"), person("Kauê","de Sousa"),person("Jacob","van Etten")), | ||
year = "2023", | ||
doi = "10.1016/j.softx.2022.101267", | ||
journal = "SoftwareX", | ||
publisher = "Elsevier BV", | ||
volume = 21, | ||
number = 2023, | ||
pages = 101267, | ||
url = "https://doi.org/10.1016/j.softx.2022.101267", | ||
textVersion = "Brown, D., de Sousa, K., & van Etten, J. (2023). ag5Tools: An R package for downloading and extracting agrometeorological data from the AgERA5 database. SoftwareX (Vol. 21, p. 101267). https://doi.org/10.1016/j.softx.2022.101267") | ||
bibentry( | ||
bibtype = "Article", | ||
title = "{ag5Tools: An R package for downloading and extracting agrometeorological data from the AgERA5 database}", | ||
author = c(person("David", "Brown"), person("Kauê","de Sousa"),person("Jacob","van Etten")), | ||
year = "2023", | ||
doi = "10.1016/j.softx.2022.101267", | ||
journal = "SoftwareX", | ||
publisher = "Elsevier BV", | ||
volume = 21, | ||
number = 2023, | ||
pages = 101267, | ||
url = "https://doi.org/10.1016/j.softx.2022.101267", | ||
textVersion = "Brown, D., de Sousa, K., & van Etten, J. (2023). ag5Tools: An R package for downloading and extracting agrometeorological data from the AgERA5 database. SoftwareX (Vol. 21, p. 101267). https://doi.org/10.1016/j.softx.2022.101267") |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.