Skip to content

Commit

Permalink
try installing non-CRAN packages before adding dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwestgate committed Dec 5, 2024
1 parent a92bd6d commit 9ea5987
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ jobs:
- uses: r-lib/actions/setup-r@v2
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:
Expand Down
3 changes: 0 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ 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 9ea5987

Please sign in to comment.