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 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.

Author(s)

Romain Francois <francoisromain@free.fr>

See Also

completeNamespace


[Package svTools version 0.9-5 Index]