Learn R Programming

redland (version 1.0.17-10)

roclet_process.roclet_mergeNamespace: Roxygen process function for the 'mergeNamespace' roclet

Description

This function is called by the Roxygen2 roxygenize function.

Usage

# S3 method for roclet_mergeNamespace
roclet_process(roclet, partita, base_path,
  global_options = list())

Arguments

roclet

the currently running roclet

partita

a list of all .R files in the package being roxygenized (not used by this roclet)

base_path

the top directory of the R package

global_options

unused by this roclet

Details

This function loads the Redland interface file and tests each loaded function to see if it should be exported via the NAMESPACE file.