namespaceParser {svTools} | R Documentation |
parses a NAMESPACE file and look for errors
namespaceParser(NAMESPACE, checkPackages = TRUE)
NAMESPACE |
name of the file |
checkPackages |
logical; if TRUE, packages that are set to be imported are checked to be installed |
a data frame that contains errors in the NAMESPACE file
Romain Francois <francoisromain@free.fr>