devtools (version 1.10.0)

compile_dll: Compile a .dll/.so from source.

Description

compile_dll performs a fake R CMD install so code that works here should work with a regular install (and vice versa).

Usage

compile_dll(pkg = ".", quiet = FALSE)

Arguments

pkg
package description, can be path or package name. See as.package for more information
quiet
if TRUE suppresses output from this function.

Details

During compilation, debug flags are set with compiler_flags(TRUE).

Invisibly returns the names of the DLL.

See Also

clean_dll to delete the compiled files.