R plugin for asdf version manager.
- Mac
- Homebrew: used to install the remainder of the dependencies
brew install gcc xz
- Linux
- Ubuntu / Debian
sudo apt-get install build-essential libcurl3-dev libreadline-dev gfortran
- Ubuntu / Debian
asdf plugin-add R https://github.com/iroddis/asdf-R.git
Check asdf readme for instructions on how to install & manage versions of R.
When installing R using asdf install
, you can pass custom configure options with the following env vars:
R_CONFIGURE_OPTIONS
- use only your configure optionsR_EXTRA_CONFIGURE_OPTIONS
- append these configure options along with ones that this plugin already uses
Thanks to asdf-postgres for providing an awesome plugin that was easy to modify for this language.