-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into fix_warnings_uncertainty
- Loading branch information
Showing
16 changed files
with
113 additions
and
58 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 |
---|---|---|
|
@@ -9,6 +9,7 @@ Sys.setenv(RLIB = rlib) | |
|
||
# install remotes first in case packages are references in dependencies | ||
remotes::install_github(c( | ||
'adokter/suntools', | ||
'araiho/linkages_package', | ||
'chuhousen/amerifluxr', | ||
'ebimodeling/[email protected]', | ||
|
@@ -76,7 +77,6 @@ wanted <- c( | |
'magic', | ||
'magrittr', | ||
'maps', | ||
'maptools', | ||
'markdown', | ||
'MASS', | ||
'Matrix', | ||
|
@@ -113,7 +113,6 @@ wanted <- c( | |
'reshape', | ||
'reshape2', | ||
'reticulate', | ||
'rgdal', | ||
'rjags', | ||
'rjson', | ||
'rlang', | ||
|
@@ -130,6 +129,7 @@ wanted <- c( | |
'stats', | ||
'stringi', | ||
'stringr', | ||
'suntools', | ||
'swfscMisc', | ||
'terra', | ||
'testthat', | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
* using log directory ‘/tmp/Rtmpyv5R27/PEcAn.data.mining.Rcheck’ | ||
* using R version 4.1.3 (2022-03-10) | ||
* using platform: x86_64-pc-linux-gnu (64-bit) | ||
* using session charset: UTF-8 | ||
* using options ‘--no-manual --as-cran’ | ||
* checking for file ‘PEcAn.data.mining/DESCRIPTION’ ... OK | ||
* checking extension type ... Package | ||
* this is package ‘PEcAn.data.mining’ version ‘1.7.2’ | ||
* package encoding: UTF-8 | ||
* checking package namespace information ... OK | ||
* checking package dependencies ... OK | ||
* checking if this is a source package ... OK | ||
* checking if there is a namespace ... OK | ||
* checking for executable files ... OK | ||
* checking for hidden files and directories ... OK | ||
* checking for portable file names ... OK | ||
* checking for sufficient/correct file permissions ... OK | ||
* checking serialization versions ... OK | ||
* checking whether package ‘PEcAn.data.mining’ can be installed ... OK | ||
* checking installed package size ... OK | ||
* checking package directory ... OK | ||
* checking for future file timestamps ... OK | ||
* checking DESCRIPTION meta-information ... NOTE | ||
Malformed Description field: should contain one or more complete sentences. | ||
* checking top-level files ... OK | ||
* checking for left-over files ... OK | ||
* checking index information ... OK | ||
* checking package subdirectories ... OK | ||
* checking whether the package can be loaded ... OK | ||
* checking whether the package can be loaded with stated dependencies ... OK | ||
* checking whether the package can be unloaded cleanly ... OK | ||
* checking whether the namespace can be loaded with stated dependencies ... OK | ||
* checking whether the namespace can be unloaded cleanly ... OK | ||
* checking loading without being on the library search path ... OK | ||
* checking examples ... NONE | ||
* checking for unstated dependencies in ‘tests’ ... OK | ||
* checking tests ... | ||
Running ‘testthat.R’ | ||
OK | ||
* checking for non-standard things in the check directory ... OK | ||
* checking for detritus in the temp directory ... OK | ||
* DONE | ||
|
||
Status: 1 NOTE | ||
See | ||
‘/tmp/Rtmpyv5R27/PEcAn.data.mining.Rcheck/00check.log’ | ||
for details. | ||
|
||
|
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
Oops, something went wrong.