Skip to content

Commit

Permalink
Update README for setup-r-dependencies changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed May 8, 2024
1 parent 013dc2d commit 1159dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-r-dependencies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ This action install dependencies for the current R environment based on the DESC
Inputs available

- `cache` - default `true`. Whether packages should be cached across runs or
not. If `"always"` is provided, the package cache will be saved even if the Action fails.
not. If `"always"` is provided, the package cache will be saved even if the
workflow fails.
- `cache-version` - default `1`. If you need to invalidate the existing
cache pass any other number and a new cache will be used. Ignored if
`cache: false`. Note that you can also [delete caches
Expand Down Expand Up @@ -52,7 +53,6 @@ Inputs available
you need quoting. Defaults to `FALSE`.
- `working-directory` - default `'.'`. If the DESCRIPTION file is not in the
root directory of your repository.
- `prune` - default `true`. Used when `cache="always"`. Whether to prune the R packages not found within the lock file used during installation.

Basic:
```yaml
Expand Down

0 comments on commit 1159dc9

Please sign in to comment.