Learn R Programming

svTools (version 0.0-12)

namespaceParser: NAMESPACE parser

Description

parses a NAMESPACE file and look for errors

Usage

namespaceParser(NAMESPACE, checkPackages = TRUE)

Arguments

NAMESPACE
name of the file
checkPackages
logical; if TRUE, packages that are set to be imported are checked to be installed

Value

  • a data frame that contains errors in the NAMESPACE file