Releases: illinois-r/r-centos7-cbtf
Releases · illinois-r/r-centos7-cbtf
FA 2019: Help Documentation Enabled
- Added
help_cbtf()
function into user environment on startup that directs users to the help documentation for RStudio in the CBTF: https://cbtf.engr.illinois.edu/for-students/software-RStudio.html
FA 2019: Multi-class Configuration Release
- Added multi-class support
- Included R packages for STAT 385, STAT 430 - DSPM, STAT 432, and CEE 202.
- Added an delayed registration hook to override RStudio's control of
install.packages()
- Improved message string formatting.
SP2019 - Midsemester CBTF Configuration Update
- Added caching and multicore installation usage to the R installation script.
- Added
install.packages()
shim to intercept call and redirect to being unavailable in.Rprofile
(requires pure R console/ GUI usage). - Changed deployment to a setup script with artifact files from bootstrapped script with embedded scripts via
HEREDOC
s. - Changed README file to better document the project and outcomes.
- Changed environment configuration to disable additional RStudio features requiring internet access.
SP2019 CBTF Configuration Changes
- Added packages being used by STAT 430 DSPM
- Added CBTF startup message alert regarding package installation
- Added environment variable to disable RStudio secure download warning
SU2018 CBTF Configuration
- Publicly made available the CBTF configuration.
- Changed install list of R packages.