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
22 stars 17 forks source link

What version of R is supported for RMINC? #263

Closed dorkylever closed 4 years ago

dorkylever commented 4 years ago

Hi Everyone,

May I ask what version of R is supported for RMINC? I can't find any details about this in the documentation (all I know is that RMINC requires R > 3.1.0).

Kind Regards, Kyle Drover

gdevenyi commented 4 years ago

https://github.com/Mouse-Imaging-Centre/RMINC/blob/master/DESCRIPTION

Lists R>=3.2.0

I've used 3.4.0 to 3.5.1 successfully.

cfhammill commented 4 years ago

Builds on our travis CI with tests passing with 3.6.0 too (theres a doc warning so the build lists as failed, maybe one day I will have time to fix this...)