- using R version 3.5.0 (2018-04-23)
- using platform: x86_64-pc-linux-gnu (64-bit)
- using session charset: UTF-8
- checking for file ‘reams/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘reams’ version ‘0.1’
- 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 ‘reams’ can be installed ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... NOTE
Non-standard file/directory found at top level:
‘devel’
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking R files for non-ASCII characters ... OK
- checking R files for syntax errors ... 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 use of S3 registration ... OK
- checking dependencies in R code ... NOTE
'library' or 'require' calls to packages already attached by Depends:
‘leaps’ ‘mgcv’
Please remove these calls from your code.
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [9s/13s] NOTE
xy: warning in assign(xname, X, env = .GlobalEnv): partial argument
match of ‘env’ to ‘envir’
xy: warning in assign(yname, y, env = .GlobalEnv): partial argument
match of ‘env’ to ‘envir’
bestmods: no visible global function definition for ‘abline’
bestmods: no visible global function definition for ‘axis’
bestmods: no visible global function definition for ‘lines’
cic: no visible global function definition for ‘lsfit’
cic: no visible global function definition for ‘var’
cvic: no visible global function definition for ‘lsfit’
cvic: no visible global function definition for ‘lm’
eic: no visible global function definition for ‘lsfit’
eic: no visible global function definition for ‘lm’
ic.min: no visible global function definition for ‘lsfit’
scoremods: no visible global function definition for ‘lsfit’
scoremods: no visible global function definition for ‘var’
xy: no visible global function definition for ‘rnorm’
Undefined global functions or variables:
abline axis lines lm lsfit rnorm var
Consider adding
importFrom("graphics", "abline", "axis", "lines")
importFrom("stats", "lm", "lsfit", "rnorm", "var")
to your NAMESPACE file.
Found the following assignments to the global environment:
File ‘reams/R/xy.R’:
assign(xname, X, env = .GlobalEnv)
assign(yname, y, env = .GlobalEnv)
- checking Rd files ... NOTE
prepare_Rd: bestmods.Rd:47-49: Dropping empty section \note
prepare_Rd: bestmods.Rd:43-44: Dropping empty section \references
prepare_Rd: cic.Rd:24-26: Dropping empty section \details
prepare_Rd: cic.Rd:40-42: Dropping empty section \note
prepare_Rd: cvic.Rd:49-51: Dropping empty section \note
prepare_Rd: eic.Rd:31-33: Dropping empty section \details
prepare_Rd: eic.Rd:50-52: Dropping empty section \note
prepare_Rd: eic.Rd:56-58: Dropping empty section \seealso
prepare_Rd: ic.min.Rd:22-24: Dropping empty section \details
prepare_Rd: ic.min.Rd:47-49: Dropping empty section \note
prepare_Rd: ic.min.Rd:53-55: Dropping empty section \seealso
prepare_Rd: reams-package.Rd:16-17: Dropping empty section \references
prepare_Rd: reams-package.Rd:19-20: Dropping empty section \seealso
prepare_Rd: reams-package.Rd:21-22: Dropping empty section \examples
prepare_Rd: scoremods.Rd:26-28: Dropping empty section \details
prepare_Rd: scoremods.Rd:43-45: Dropping empty section \note
prepare_Rd: xy.Rd:46-48: Dropping empty section \note
prepare_Rd: xy.Rd:52: Dropping empty section \seealso
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... [8s/9s] OK
- checking PDF version of manual ... OK
- DONE
Status: 4 NOTEs