Check all code in a package
checkUsagePackage(
package,
ignoreHiddenFunctions = TRUE,
suppressBindingKeywords = c("ggplot2", "ffwhich", "subset.ffdf", "glm")
)
The name of the package to check.
Ignore functions for which the definition cannot be retrieved?
A set of keywords that are indicative of non-standard evaluation.
This function uses the codetools package to check the code from problems. Heuristics are used to eliminate false positives due to non-standard evaluation.
checkUsagePackage("OhdsiRTools")
#> Warning: Ignoring problem in hidden function 'createRenvLockFile : <anonymous>: parameter 'e' may not be used'
#> No problems found