[rig](https://github.com/r-lib/rig) has a user-friendly way to install the alpha version of R for testing: ```shell rig add next ``` This can then be run in the terminal with ```shell R-next ``` or you can switch to it as the default R version, with ```shell rig default R-next ``` This should be added to the [Testing Pre-release R Versions](https://contributor.r-project.org/rdevguide/chapters/testing_pre_release_r_versions.html) chapter.