Skip to content

Commit

Permalink
Merge pull request #513 from brshallo/v2-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Apr 1, 2022
2 parents 3f20df4 + 7771063 commit 730356a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup-r-dependencies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ packages are not available:
_R_CHECK_FORCE_SUGGESTS_: false
```

## Ignoring optional dependencies

In special cases you may want to completely ignore an optional dependency.

For this, you can use the `extra-packages` parameter and pak's
`package=<packagename>?ignore` syntax. (Replace `<packagename>` with the name
of the package you want to ignore.)

## Installing the local package

Sometimes you need to install the R package in the repository, e.g.
Expand Down

0 comments on commit 730356a

Please sign in to comment.