Skip to content

Commit

Permalink
Fix resolving dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian8207 committed Nov 26, 2024
1 parent 82d4d90 commit 2c6f1ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:

- name: Install extra R dependencies
run: |
Rscript -e 'renv::install(c("pkgdown", "xml2"))'
Rscript -e 'renv::restore(packages = "httr2")'
Rscript -e 'renv::install("pkgdown")'
Rscript -e 'renv::install(".")'
- name: Build site
Expand Down
4 changes: 3 additions & 1 deletion renv/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"external.libraries": [],
"ignored.packages": [],
"package.dependency.fields": [
"httr2"
"Imports",
"Depends",
"LinkingTo"
],
"ppm.enabled": null,
"ppm.ignored.urls": [],
Expand Down

0 comments on commit 2c6f1ef

Please sign in to comment.