PennLINC / ModelArray

ModelArray: an R package for statistical analysis of fixel-wise data and beyond
https://pennlinc.github.io/ModelArray
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

ENH/circleci_rversion #52

Open zhao-cy opened 2 years ago

TinasheMTapera commented 2 years ago

we should just test locally tbh, I'm gonna do it like this https://www.maxturgeon.ca/multiple-r-versions

TinasheMTapera commented 2 years ago

Steps taken:

  1. Download RSwitch to allow quick switching between running R versions in Rstudio
  2. Download a version binary tarball with rversions
  3. Untar it cd / && tar -xvzf ~/Downloads/R-YOUR.VERSION.NUMBER.tar.gz
  4. Use RSwitch to change over in Rstudio (not sure how it does this, some kinda sorcery)
  5. Test