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

Default tests for finding minc-toolkit don't conform to how packaging works now. #222

Closed gdevenyi closed 5 years ago

gdevenyi commented 5 years ago

minc-toolkit no longer installs in /opt/minc, instead it installs in /opt/minc/x.y.z

cfhammill commented 5 years ago

yes, this is true, I really do need to fix this. Although if mincinfo is on your search path it will check ../lib from where mincinfo is (if I remember correctly) so it should still find the toolkit.

cfhammill commented 5 years ago

This should be fixed by Vlad's PR.