Skip to content

Commit

Permalink
re-add Remotes field, with (formerly missing) comma this time
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwestgate committed Dec 5, 2024
1 parent 9ea5987 commit 3f5f1f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,6 @@ jobs:
with:
use-public-rspm: true

- name: Install remotes
run: |
Rscript -e "install.packages('remotes')"
- name: Install corella from Github
run: |
Rscript -e "remotes::install_github('AtlasOfLivingAustralia/corella')"
- name: Install paperbark from Github
run: |
Rscript -e "remotes::install_github('AtlasOfLivingAustralia/paperbark')"
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
Expand Down
3 changes: 3 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ Suggests:
rmarkdown,
testthat (>= 3.0.0),
xml2
Remotes:
AtlasOfLivingAustralia/corella,
AtlasOfLivingAustralia/paperbark
License: MPL-2.0
URL: https://galaxias.ala.org.au
BugReports: https://github.com/AtlasOfLivingAustralia/galaxias/issues
Expand Down

0 comments on commit 3f5f1f3

Please sign in to comment.