runRMINCTestbed: Run Testbed

runRMINCTestbedR Documentation

Run Testbed

Description

Run the test bed to ensure all RMINC functions work on your system

Usage

runRMINCTestbed(
  ...,
  dataPath = getOption("RMINC_DATA_DIR", tempdir()),
  test_q_minc = TRUE,
  method = "libcurl",
  verboseTest = FALSE
)

Arguments

...

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 libcurl

verboseTest

Whether or not to verbosely print test output, default is to print simplified results

Value

invisibly return the test results


Mouse-Imaging-Centre/RMINC documentation built on Nov. 12, 2022, 1:50 p.m.