Compile and run a test example (runExample()
shows all available examples).
runExample(
name = NULL,
all = FALSE,
thisR = TRUE,
clean = FALSE,
exfolder = NULL,
dontrun = FALSE,
subarch = TRUE,
...
)
Character name of example.
Run all the test examples?
Run inside this R?
Cleanup before compile?
Alternative folder with examples.
Build only (don't run) and remove temporary object files ?
Build in sub-architecture specific folder ?
Passed to compile
.