lintNamespace {svTools} | R Documentation |
Namespace linter
Description
Check correctness of the code in a NAMESPACE file.
Usage
lintNamespace(namespace, checkPackages = TRUE)
Arguments
namespace |
a NAMESPACE file name. |
checkPackages |
logical; if |
Value
A data frame that contains errors found in the NAMESPACE file.
Author(s)
Romain Francois <francoisromain@free.fr>
See Also
[Package svTools version 0.9-5 Index]