
compile_dll(pkg = ".", quiet = FALSE)
as.package
for more informationTRUE
suppresses output from this
function.compile_dll
will compile .c
, .cpp
,
and .f
files, and save the resulting DLL file in
the same directory as the source code, /src/
.
Depending on the platform, the DLL file will have the
extension .dll
or .so
.Invisibly returns the names of the DLL.
clean_dll
to delete the compiled files.