Skip to content

Commit

Permalink
Merge branch 'develop' into patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiklom authored Mar 8, 2021
2 parents b92fb62 + c93febc commit a539183
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion base/utils/R/read.output.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
##' variables in output file..
##' @param dataframe Logical: if TRUE, will return output in a
##' `data.frame` format with a posix column. Useful for
##' [PEcAn.benchmark::align.data()] and plotting.
##' [PEcAn.benchmark::align_data()] and plotting.
##' @param pft.name character string, name of the plant functional
##' type (PFT) to read PFT-specific output. If `NULL` no
##' PFT-specific output will be read even the variable has PFT as a
Expand Down
2 changes: 1 addition & 1 deletion base/utils/man/read.output.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
library(R2WinBUGS)
library(BRugs)
dat=read.csv("C3 Species.csv",header=T)
dat=read.csv("C3_Species.csv",header=T)
#dat2=read.csv('c3covariates.csv',header=T)

my.model = function(){
Expand Down
9 changes: 2 additions & 7 deletions modules/photosynthesis/tests/Rcheck_reference.log
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
* checking if there is a namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... WARNING
Found the following files with non-portable file names:
code/Sunny.preliminary.code/C3 photomodel.r
code/Sunny.preliminary.code/C3 Species.csv
These are not fully portable file names.
See section ‘Package structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking serialization versions ... OK
* checking whether package ‘PEcAn.photosynthesis’ can be installed ... OK
Expand Down Expand Up @@ -108,4 +103,4 @@ Files in the 'vignettes' directory but no files in 'inst/doc':
Package has no Sweave vignette sources and no VignetteBuilder field.
* checking examples ... NONE
* DONE
Status: 3 WARNINGs, 4 NOTEs
Status: 2 WARNINGs, 4 NOTEs

0 comments on commit a539183

Please sign in to comment.