Skip to contents

Discover and register native routines in a package. Functions to be registered should be prefixed with the `// [[export(<methods>)]]` attribute.

Usage

register_routines(package = ".", prefix = "C_", dynamic.symbols = FALSE)

Arguments

package

The path to an R package.

prefix

The prefix to assign to the R objects generated that map to each routine.

dynamic.symbols

Boolean; should dynamic symbol lookup be enabled?