Learn R Programming

svTools (version 0.9-0)

lintNamespace: 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 TRUE, packages that are set to be imported are checked if they are actually installed.

Value

  • A data frame that contains errors found in the NAMESPACE file.

concept

code verification (linter) for NAMESPACE

See Also

completeNamespace