File tree 2 files changed +3
-12
lines changed
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 31
31
with :
32
32
use-public-rspm : true
33
33
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
-
46
34
- uses : r-lib/actions/setup-r-dependencies@v2
47
35
with :
48
36
extra-packages : any::pkgdown, local::.
Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ Suggests:
45
45
rmarkdown,
46
46
testthat (>= 3.0.0),
47
47
xml2
48
+ Remotes:
49
+ AtlasOfLivingAustralia/corella,
50
+ AtlasOfLivingAustralia/paperbark
48
51
License: MPL-2.0
49
52
URL: https://galaxias.ala.org.au
50
53
BugReports: https://github.com/AtlasOfLivingAustralia/galaxias/issues
You can’t perform that action at this time.
0 commit comments