search for: code_env

Displaying 2 results from an estimated 2 matches for "code_env".

2007 Jan 16
1
Problems with checking documentation vs data, and a proposal
...k better in the future. Taking the future first, how about having the code first load all the data files that it finds somewhere near the beginning? If it did so, the code ## Try finding the variable or data set given by the alias. al <- aliases[i] if(exists(al, envir = code_env, mode = "list", inherits = FALSE)) { which precedes the earlier snippet, would find the symbol was defined and be happy. I suppose the data could be loaded into code_env, although using it seems to risk deciding that a data symbol is defined when the symbol refers to a...
2009 Dec 13
1
R CMD check may not detect a code/documentation mismatch
For the package at http://www.cs.cas.cz/~savicky/R-devel/something_0.0.0.tar.gz which is a minor part of some other package only to demonstrate the problem, i get (under R version 2.11.0 Under development 2009-12-12 r50714 and also under R-2.9.2, openSUSE 11.1 (x86_64) and CentOS release 5.2) R CMD check something_0.0.0.tar.gz ... * checking Rd files ... OK * checking Rd metadata ...