Skip to content
Prev 229 / 12125 Next

[R-pkg-devel] NOTE: Error while checking: invalid 'envir'-argument

I am checking the sensR package https://r-forge.r-project.org/R/?group_id=944

The NOTE is the following one:
* checking R code for possible problems ... NOTE
AnotA: Error while checking: ugyldigt 'envir'-argument
clls: Error while checking: ugyldigt 'envir'-argument
discrimR: Error while checking: ugyldigt 'envir'-argument
duotrio: Error while checking: ugyldigt 'envir'-argument
tetrad: Error while checking: ugyldigt 'envir'-argument
threeAFC: Error while checking: ugyldigt 'envir'-argument
triangle: Error while checking: ugyldigt 'envir'-argument
twoAFC: Error while checking: ugyldigt 'envir'-argument

Looking at the code of these functions I could not find what could be the problem.

My sessionInfo():
R Under development (unstable) (2015-07-08 r68642)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

locale:
[1] LC_COLLATE=Danish_Denmark.1252 
[2] LC_CTYPE=Danish_Denmark.1252   
[3] LC_MONETARY=Danish_Denmark.1252
[4] LC_NUMERIC=C                   
[5] LC_TIME=Danish_Denmark.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets 
[6] methods   base     

other attached packages:
[1] sensR_1.4-6

loaded via a namespace (and not attached):
 [1] TH.data_1.0-6     zoo_1.7-12        MASS_7.3-42      
 [4] multcomp_1.4-0    sandwich_2.3-3    tools_3.3.0      
 [7] survival_2.38-3   mvtnorm_1.0-2     codetools_0.2-11 
[10] splines_3.3.0     grid_3.3.0        numDeriv_2014.2-1
[13] lattice_0.20-31  

Alexandra