Skip to content

Commit

Permalink
Update using-multiple-R-versions-on-linux.Rmd
Browse files Browse the repository at this point in the history
add example of using `renv.lock` to specify R version using `rig`
  • Loading branch information
achubaty authored Sep 7, 2023
1 parent 4a404e4 commit 5421986
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions using-multiple-R-versions-on-linux.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ Users on macOS can also use the menu bar app.
```bash
## e.g., on macOS:
rig rstudio 4.2-arm64
## e.g., for a project using renv on ubuntu:
cd ~/path/to/project
rig rstudio renv.lock
```
Users on macOS can also use the menu bar app.
Expand Down

0 comments on commit 5421986

Please sign in to comment.