Skip to content

Commit 3f5f1f3

Browse files
committed
re-add Remotes field, with (formerly missing) comma this time
1 parent 9ea5987 commit 3f5f1f3

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.github/workflows/pkgdown.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ jobs:
3131
with:
3232
use-public-rspm: true
3333

34-
- name: Install remotes
35-
run: |
36-
Rscript -e "install.packages('remotes')"
37-
38-
- name: Install corella from Github
39-
run: |
40-
Rscript -e "remotes::install_github('AtlasOfLivingAustralia/corella')"
41-
42-
- name: Install paperbark from Github
43-
run: |
44-
Rscript -e "remotes::install_github('AtlasOfLivingAustralia/paperbark')"
45-
4634
- uses: r-lib/actions/setup-r-dependencies@v2
4735
with:
4836
extra-packages: any::pkgdown, local::.

DESCRIPTION

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Suggests:
4545
rmarkdown,
4646
testthat (>= 3.0.0),
4747
xml2
48+
Remotes:
49+
AtlasOfLivingAustralia/corella,
50+
AtlasOfLivingAustralia/paperbark
4851
License: MPL-2.0
4952
URL: https://galaxias.ala.org.au
5053
BugReports: https://github.com/AtlasOfLivingAustralia/galaxias/issues

0 commit comments

Comments
 (0)