A configurable installer CLI for installing R from source (sudo and non-sudo).
Project description
rinse
A CLI for installing R.
Currently works with:
- Repos: CRAN
- Installation Methods: Source
- Supported OS: Linux
- Permission Level: Sudo, Non-sudo
Will work with:
- Repos: Microsoft R Open
- Installation Methods: Spack, Local
- Supported OS: MacOS, Windows
Installation
Currently, rinse is in the alpha stage of development. The latest release can be installed from PyPI or the development version can be installed from the dev-master branch on GitHub.
Latest Release
[ $ ] pip install rinstall
Development Version
Create a VE called rinse
using your tool of choice:
- pyenv
- poetry
- pipenv
- virtualenv
- virtualenvwrapper
- conda
- pew
- python -m venv
After making a VE install poetry into it:
[ $ ] python -m venv ~/.env/rinse
[ $ ] source ~/.env/rinse/bin/activate
(rinse) [ $ ] pip install poetry
...
(rinse) [ $ ] mkdir GitHub; cd Github
(rinse) [ ~/Github $ ] git clone -b dev-master https://github.com/datasnakes/rinse.git
(rinse) [ ~/Github $ ] cd rinse
(rinse) [ ~/Github/rinse $ ] poetry install
...
Initialize Rinse
Before you do anything, rinstall must be initialized or you will get an error:
(rinse) [ ~/Github/rinse $ ] rinse init
Simple Usage
You can install the latest version of R into your home directory with a single short command:
(rinse) [ ~/Github/rinse $ ] rinse install
# or
(rinse) [ ~/Github/rinse $ ] rinse install latest
# or
(rinse) [ ~/Github/rinse $ ] rinse install 3.5.3
Note: Be aware that R can take around 20 minutes to install.
Alternate Usage
First note:
(rinse) [ ~/Github/rinse $ ] rinse configure --help # configure script help (./configure --help)
# is different from
(rinse) [ ~/Github/rinse $ ] rinse configure --chelp # rinse cli help
Here's how you can work through various installation steps:
(rinse) [ ~/Github/rinse $ ] rinse configure 3.5.3
(rinse) [ ~/Github/rinse $ ] rinse make --check 3.5.3
(rinse) [ ~/Github/rinse $ ] rinse make --install 3.5.3
(rinse) [ ~/Github/rinse $ ] rinse make --install-tests 3.5.3
(rinse) [ ~/Github/rinse $ ] rinse test --check --check-devel --check-all 3.5.3
Maintainers
- Kristen Bystrom
- Rob Gilmore
- Bruno Grande
- Shaurita Hutchins
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rinstall-0.2.3.tar.gz
.
File metadata
- Download URL: rinstall-0.2.3.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.12 CPython/3.6.7 Linux/4.4.162-94.72-default
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03bfb173f82920a5529553253db7cf4e53fcd356f6123ff3206676e344a6e70f |
|
MD5 | 923ecdab47355d565e18cf36689acc60 |
|
BLAKE2b-256 | 84b09d9bceae55771c91300b336a8504d1e1102daad2c990ba035bbb12746d1f |
File details
Details for the file rinstall-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: rinstall-0.2.3-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.12 CPython/3.6.7 Linux/4.4.162-94.72-default
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6ea514f7745fe84c4813fb05fe77e6473fd0aba66f19f445ad1d29bb457a773 |
|
MD5 | 73887dd8b0c7533e22c689ed407b630d |
|
BLAKE2b-256 | a19fda247af96fe6b28dc9a067173d117ac7a73555c2ca8e594efee19c8fff6f |