Identity Function to Suppress Checking (original) (raw)
dontCheck {base} | R Documentation |
---|
Description
The dontCheck
function is the same as [identity](../../base/help/identity.html)
, but is interpreted by R CMD check
code analysis as a directive to suppress checking of x
. Currently this is only used by[checkFF](../../tools/html/checkFF.html)(registration = TRUE)
when checking the .NAME
argument of foreign function calls.
Usage
dontCheck(x)
Arguments
x | an R object. |
---|
See Also
suppressForeignCheck
which explains why that anddontCheck
are undesirable and should be avoided if at all possible.
[Package _base_ version 4.6.0 Index]