Compile one or more prdfn, obsfn or parfn objects
compile(..., output = NULL, args = NULL, cores = 1, verbose = F)
Objects of class parfn, obsfn or prdfn
Optional character of the file to be produced. If several objects were passed, the different C files are all compiled into one shared object file.
Additional arguments for the R CMD SHLIB call, e.g. -leinspline
.
Number of cores used for compilation when several files are compiled.
Print compiler output to R command line.