Releases: r-devel/r-dev-env
Releases · r-devel/r-dev-env
R Development Container 0.3.0
- Implemented Gitpod setup with GitHub Actions workflow to build Docker images for the Gitpod workspace.
- Improved
which_rscript with version choice validation and updated bothwhich_randset_build_rscripts for enhanced functionality. - Resolved local setup permission issues to ensure smoother operation within the devcontainer environment on Linux.
- Restructured documentation to incorporate Gitpod alternative setup.
- Implemented a workflow to optimize images so that documentation files are more lightweight.
R Development Container 0.2.0
R Development Container 0.2.0
- Documentation split into set of markdown files. These are used to create the documentation website https://contributor.r-project.org/r-dev-env/ and the user-focused pages can be accessed directly within the codespace, linked from an index that opens when the codespace first starts. New documentation pages/topics:
- Restarting and stopping the codespace
- Live Share
- Local Setup
- Updating Source Code
- Creating a patch file
- Multiple R Versions
- SVN Help
- Contributor Guide (for R Dev Container itself)
- Troubleshooting
- Building R documentation now instructs to build R with recommended packages as it only takes a few more minutes to set up and enables all the tests to be run with
make check. - Updated GitHub Actions, so that the container is rebuilt twice a month with updated software, including the latest version of R.
- Disconnected Codespace from r-dev-env GitHub repository, so changes are not tracked as changes to code for the container itself.
- Updated Codespace settings so that checkouts of the R sources are recognised as Subversion repositories, connecting to VS Code version control tab.
- Updated Codespace settings so that the R code linter is turned off (cannot define linter for base R!)
- Enabled httpgd graphics device to replace the default of plotting to PNG.
- Modified the default settings of
$BUILDDIRand$TOP_SRCDIRto give a more logical setup for working with multiple R versions. - Added
which_rscript to set the R version to use in R terminals, rather than usingsudo make installto overwrite installed R release version. - Added
set_build_rbash function to facilitate custom settings of$BUILDDIRand$TOP_SRCDIRfor working with multiple R versions.
We hope the R Development Container helps you in your R journey 😊