-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes for new check errors in R >= 4.4.0 (models edition) (#3383)
* fixes for new check errors in R >= 4.4.0 (modules edition) * First steps on updating models for R 4.4 check phrasing (incomplete) * more cleanup in biocro - dockerfile and model_info.json to Rbuildignore - remove badly outdated vignette - ignore complaint about license formatting - lazyData not needed when no data in package - fix broken crosslink * make clm45 pass checks on R 4.4 * make dalec pass checks on R 4.4 * make dvmdostem pass checks on R 4.4 * update PEcAn.ED2 to pass checks on R 4.4 * remove invalid DCF notes resolved by just-merged license change * fates: pass checks on R 4.4 * gday: pass checks on R 4.4 * jules: pass checks on R 4.4 * linkage: pass checks on R 4.4 (+deps regenerate) * lpjguess: pass checks on R 4.4 * partial check fixes for PEcAn.MAAT on R 4.4 * MAAT vignette: provide cached format object * maespa: pass checks on R 4.4 * more deps * preles: pass checks on R 4.4 * sibcasa: pass checks on R 4.4 * sipneet: pass checks on R 4.4 * remove fixed Rd messages from check log
- Loading branch information
Showing
122 changed files
with
690 additions
and
1,243 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
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
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 |
---|---|---|
|
@@ -17,9 +17,6 @@ Authors@R: c(person("Mike", "Dietze", role = c("aut"), | |
person("Shawn", "Serbin", role = c("aut"), | ||
email = "[email protected]"), | ||
person("University of Illinois, NCSA", role = c("cph"))) | ||
Author: David LeBauer, Mike Dietze, Xiaohui Feng, Dan Wang, | ||
Mike Dietze, Carl Davidson, Rob Kooper, Shawn Serbin | ||
Maintainer: David LeBauer <[email protected]> | ||
Description: The Predictive Ecosystem Carbon Analyzer | ||
(PEcAn) is a scientific workflow management tool that | ||
is designed to simplify the management of model | ||
|
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 |
---|---|---|
|
@@ -62,15 +62,7 @@ The Date field is over a month old. | |
* checking installed package size ... OK | ||
* checking package directory ... OK | ||
* checking for future file timestamps ... OK | ||
* checking DESCRIPTION meta-information ... NOTE | ||
Author field differs from that derived from Authors@R | ||
Author: ‘David LeBauer, Mike Dietze, Xiaohui Feng, Dan Wang, Mike Dietze, Carl Davidson, Rob Kooper, Shawn Serbin’ | ||
Authors@R: ‘Mike Dietze [aut], David LeBauer [aut, cre], Xiaohui Feng [aut], Dan Wang [aut], Carl Davidson [aut], Rob Kooper [aut], Shawn Serbin [aut], University of Illinois, NCSA [cph]’ | ||
|
||
Maintainer field differs from that derived from Authors@R | ||
Maintainer: ‘David LeBauer <[email protected]>’ | ||
Authors@R: ‘David LeBauer <[email protected]>’ | ||
License stub is invalid DCF. | ||
* checking DESCRIPTION meta-information ... OK | ||
* checking top-level files ... OK | ||
* checking for left-over files ... OK | ||
* checking index information ... OK | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ araiho/linkages_package | |
chuhousen/amerifluxr | ||
ebimodeling/[email protected] | ||
MikkoPeltoniemi/Rpreles | ||
RemkoDuursma/Maeswrap | ||
ropensci/geonames | ||
ropensci/nneo | ||
SticsRPacks/SticsOnR | ||
|
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,2 @@ | ||
Dockerfile | ||
model_info.json |
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 |
---|---|---|
|
@@ -27,15 +27,16 @@ Imports: | |
rlang | ||
Suggests: | ||
BioCro, | ||
knitr, | ||
testthat (>= 2.0.0), | ||
mockery (>= 0.3.0), | ||
PEcAn.DB, | ||
rmarkdown, | ||
RPostgreSQL | ||
Remotes: | ||
github::ebimodeling/[email protected] | ||
License: BSD_3_clause + file LICENSE | ||
Copyright: Energy Biosciences Institute, Authors | ||
LazyLoad: yes | ||
LazyData: FALSE | ||
Encoding: UTF-8 | ||
VignetteBuilder: knitr | ||
RoxygenNote: 7.3.2 |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -73,17 +73,8 @@ The Date field is over a month old. | |
* checking package directory ... OK | ||
* checking for future file timestamps ... OK | ||
* checking DESCRIPTION meta-information ... NOTE | ||
Author field differs from that derived from Authors@R | ||
Author: ‘David LeBauer, Deepak Jaiswal, Christopher Black’ | ||
Authors@R: ‘David LeBauer [aut, cre], Chris Black [aut], Deepak Jaiswal [aut], University of Illinois, NCSA [cph]’ | ||
|
||
Maintainer field differs from that derived from Authors@R | ||
Maintainer: ‘David LeBauer <[email protected]>’ | ||
Authors@R: ‘David LeBauer <[email protected]>’ | ||
|
||
* checking top-level files ... NOTE | ||
Non-standard files/directories found at top level: | ||
‘Dockerfile’ ‘model_info.json’ | ||
License stub is invalid DCF. | ||
* checking top-level files ... OK | ||
* checking for left-over files ... OK | ||
* checking index information ... OK | ||
* checking package subdirectories ... OK | ||
|
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.