lintNamespace {svTools} | R Documentation |
Check correctness of the code in a NAMESPACE file.
lintNamespace(namespace, checkPackages = TRUE)
namespace |
a NAMESPACE file name. |
checkPackages |
logical; if |
A data frame that contains errors found in the NAMESPACE file.
Romain Francois <francoisromain@free.fr>