use_namespace: Use a basic 'NAMESPACE'

View source: R/namespace.R

use_namespaceR Documentation

Use a basic NAMESPACE

Description

If roxygen is TRUE generates an empty NAMESPACE that exports nothing; you'll need to explicitly export functions with ⁠@export⁠. If roxygen is FALSE, generates a default NAMESPACE that exports all functions except those that start with ..

Usage

use_namespace(roxygen = TRUE)

Arguments

roxygen

Do you plan to manage NAMESPACE with roxygen2?

See Also

The namespace chapter of R Packages.


r-lib/usethis documentation built on March 20, 2024, 8:51 p.m.