Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@paselem paselem released this 06 Nov 18:23
· 94 commits to master since this release
aae6587

Support multiple version of R

Added

  • Support for users to run custom versions of R via Docker containers
  • GitHub and BioConductor support as parameters in the foreach

Changed

  • [BREAKING CHANGE] Host OS distribution is now Debian instead of CentOS
  • [BREAKING CHANGE] Command line no longer updates the environment of R
  • [BREAKING CHANGE] Default version of R changed from MRO 3.3.2 to latest version of CRAN R

Fixed

  • Packages installed in foreach are only present and visible to a single foreach loop and then deleted from the cluster
  • Linux clients would get stuck waiting for the job to finish when using the .packages() option in the foreach loop