runRMINCTestbed | R Documentation |
Run the test bed to ensure all RMINC functions work on your system
runRMINCTestbed(
...,
dataPath = getOption("RMINC_DATA_DIR", tempdir()),
test_q_minc = TRUE,
method = "libcurl",
verboseTest = FALSE
)
... |
additional parameter for test_dir |
dataPath |
The directory to download and unpack the test data (unpacks in dataPath/rminctestdata). Default can be set with the option RMINC_DATA_DIR which can in turn be set with the environment variable RMINC_DATA_DIR. If unset a temporary directory is created. |
test_q_minc |
Whether or not to test the cluster code, defaults to TRUE. |
method |
Argument to pass to download.file typical options are |
verboseTest |
Whether or not to verbosely print test output, default is to print simplified results |
invisibly return the test results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.