Displaying 2 results from an estimated 2 matches for "objects_in_code".
2019 Mar 09
1
Spurious warning from checkReplaceFuns about a non-replacement function
...ion %<->% or any other function containing <- within
grapes. I claim that such functions should not be considered
replacement functions and thus the R CMD check should not require its
second argument to be `value`.
Recommend in the function tools::checkReplaceFuns
grep("<-", objects_in_code,
value = TRUE)
be changed to
grep("<-$", objects_in_code,
value = TRUE)
Hugh.
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 ...