Mouse-Imaging-Centre / RMINC

Statistics for MINC volumes: A library to integrate voxel-based statistics for MINC volumes into the R environment. Supports getting and writing of MINC volumes, running voxel-wise linear models, correlations, etc.; correcting for multiple comparisons using the False Discovery Rate, and more. With contributions from Jason Lerch, Chris Hammill, Jim Nikelski and Matthijs van Eede. Some additional information can be found here:
https://mouse-imaging-centre.github.io/RMINC
Other
23 stars 17 forks source link

getRMINCTestData() output directory unclear #228

Closed gdevenyi closed 4 years ago

gdevenyi commented 6 years ago

The example code:

getRMINCTestData()
# read the text file describing the dataset
gf <- read.csv("/tmp/rminctestdata/test_data_set.csv")

Checking /tmp: /tmp/Rtmp7A99LX/rminctestdata.tar.gz

gdevenyi commented 6 years ago

Might be helpful to return a variable with the directory.

cfhammill commented 6 years ago

Good idea, write now it returns invisible(NULL), I'll have it return invisible(extractedPath) instead