R | Microsoft R Open
MS R Open is an open-source distribution of R that improves the language's performance by taking advantage of multicore processing. It also improves the reproducibility of code behavior by "snapshotting" the state of CRAN so that install.packages
installs the versions of packages at the time of the snapshot, ensuring a more consistent versioning of packages across different R installations.
Resources: