Skip to content

Commit 88d15e4

Browse files
authored
Update renv part
1 parent a61fa0b commit 88d15e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/example-03-dependencies.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the following entry to your GitHub Actions workflow:
1414
1515
If you're using `quarto-publish-example.yml`, add those right after the `# add software dependencies here` comment.
1616

17-
### renv
17+
### Using **renv** to manage R packages
1818

1919
If you are managing your R package dependencies with `renv`, the following action will install the dependencies:
2020

@@ -25,6 +25,7 @@ If you are managing your R package dependencies with `renv`, the following actio
2525
```
2626

2727
See [the `setup-renv` documentation](https://github.com/r-lib/actions/tree/v2/setup-renv) for how to use `cache-version`.
28+
See [the `renv` documentation](https://rstudio.github.io/renv) for how to use **renv** with a project.
2829

2930
### Installing R packages manually
3031

0 commit comments

Comments
 (0)