Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Specify renv::snapshot type in doc (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored May 27, 2021
1 parent 6067225 commit 4711f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ In RStudio, use the following options to add and update libraries:
- `Tools` > `Install Packages...`
- `Tools` > `Check for Package Updates...`

Run the command `renv::snapshot()` to update the file `renv.lock`, which is used
in `Dockerfile` to install the required R libraries.
Run the command `renv::snapshot(type="all")` to update the file `renv.lock`,
which is used in `Dockerfile` to install the required R libraries.

### Python

Expand Down

0 comments on commit 4711f90

Please sign in to comment.