Displaying 4 results from an estimated 4 matches for "checkreplacefun".
Did you mean:
checkreplacefuns
2019 Mar 09
1
Spurious warning from checkReplaceFuns about a non-replacement function
...` to pass R CMD check.
Consider the function %<->% 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 Aug 20
1
Problem with updating/reinstalling R under UBUNTU (Hardy)
.../data/prog/R-2.9.1/src/library/tools/src'
make[5]: Leaving directory `/data/prog/R-2.9.1/src/library/tools/src'
make[4]: Leaving directory `/data/prog/R-2.9.1/src/library/tools'
Error in namespaceExport(ns, exports) :
exportations non définies : checkDocFiles, checkDocStyle, checkFF, checkReplaceFuns, checkS3methods, checkTnF, codoc, codocClasses, codocData, undoc
Calls: ::: ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
In addition: Warning message:
les méthodes S3 ‘print.checkDocFiles’, ‘print.checkDocStyle’, ‘print.checkFF’, ‘print.checkReplaceFuns’, ‘print.checkS...
2003 Oct 08
1
R-1.8.0 is released
...an
ambiguity for vectors of length one.
o Changes in package 'tools':
- Utilities for testing and listing files, manipulating file
paths, and delimited pattern matching are now exported.
- Functions checkAssignFuns(), checkDocArgs() and checkMethods()
have been renamed to checkReplaceFuns(), checkDocFiles(), and
checkS3methods, to given better descriptions of what they do.
- R itself is now used for analyzing the markup in the \usage
sections. Hence in particular, replacement functions or S3
replacement methods are no longer ignored.
- checkDocFiles() now also determi...
2003 Oct 08
1
R-1.8.0 is released
...an
ambiguity for vectors of length one.
o Changes in package 'tools':
- Utilities for testing and listing files, manipulating file
paths, and delimited pattern matching are now exported.
- Functions checkAssignFuns(), checkDocArgs() and checkMethods()
have been renamed to checkReplaceFuns(), checkDocFiles(), and
checkS3methods, to given better descriptions of what they do.
- R itself is now used for analyzing the markup in the \usage
sections. Hence in particular, replacement functions or S3
replacement methods are no longer ignored.
- checkDocFiles() now also determi...