compile_src {pkgmaker} | R Documentation |
Compile Source Files from a Development Package
Description
Compile Source Files from a Development Package
Usage
compile_src(pkg = NULL, load = TRUE)
Arguments
pkg |
the name of the package to compile |
load |
a logical indicating whether the compiled library should be loaded after the compilation (default) or not. |
Value
Returns nothing. Used for its side effect of compiling source files.
[Package pkgmaker version 0.32.10 Index]