roclet_output.roclet_mergeNamespace {redland}R Documentation

Roxygen output function that merges a base NAMESPACE file with the Roxygen dynamically created NAMSPACE file

Description

The 'roclet_output' function handles output of the results from the 'roc_process' function. This function merges the NAMESPACE file created by the 'namespace' roclet with the list of Redland RDF functions determined by the 'roc_process' function.

Usage

## S3 method for class 'roclet_mergeNamespace'
roclet_output(x, results, base_path, ...)

Arguments

x

the currently running roclet

results

the list of items to process that was generated by the roc_process.mergedNamespace function

base_path

the base directory path of the package

...

additional parameters


[Package redland version 1.0.17-18 Index]