compile_src {pkgmaker} | R Documentation |
Compile Source Files from a Development Package
compile_src(pkg = NULL, load = TRUE)
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. |
None