Skip to content

Commit

Permalink
rim 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed May 9, 2022
1 parent 6a51253 commit 3a1a9cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# rim 0.3.0 (not released yet)
# rim 0.3.0

* New `rim rstudio` command to open a project in RStudio with the specified
R version.
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Install, remove, configure R versions.
- Easy installation and update, no system requirements on any
platform.
- Install multiple R versions.
- Select the default R version, for the terminal and RStudio.
- Select R version to install using symbolic names: `devel`, `next`,
`release`, `oldrel`, etc.
- Run multiple versions *at the same* time using quick links. E.g.
Expand Down Expand Up @@ -97,12 +98,12 @@ Download the latest releast from
<https://github.com/gaborcsardi/rim/releases> and uncompress it to
`/usr/local`

curl -Ls https://github.com/gaborcsardi/rim/releases/download/v0.2.3/rim-linux-0.2.3.tar.gz |
curl -Ls https://github.com/gaborcsardi/rim/releases/download/v0.3.0/rim-linux-0.3.0.tar.gz |
sudo tar xz -C /usr/local

If you are running Linux on arm64, download the arm64 build:

curl -Ls https://github.com/gaborcsardi/rim/releases/download/v0.2.3/rim-linux-arm64-0.2.3.tar.gz |
curl -Ls https://github.com/gaborcsardi/rim/releases/download/v0.3.0/rim-linux-arm64-0.3.0.tar.gz |
sudo tar xz -C /usr/local

Supported Linux distributions:
Expand Down Expand Up @@ -146,6 +147,7 @@ Run `rim` to see all commands and examples.
rim list -- list installed R versions
rim resolve -- resolve a symbolic R version
rim rm -- remove R versions
rim rstudio -- start RStudio with the specified R version
rim system -- manage current installations

Run `rim <subcommand> --help` for information about a subcommand.
Expand Down

0 comments on commit 3a1a9cd

Please sign in to comment.