Skip to content

Commit c671518

Browse files
committed
update github actions
install immreferent from repo
1 parent 17a85e6 commit c671518

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
http-user-agent: ${{ matrix.config.http-user-agent }}
3939
use-public-rspm: true
4040

41+
- name: Install immReferent from GitHub
42+
run: |
43+
install.packages("remotes")
44+
remotes::install_github("BorchLab/immReferent")
45+
shell: Rscript {0}
46+
4147
- uses: r-lib/actions/setup-r-dependencies@v2
4248
with:
4349
extra-packages: any::rcmdcheck

.github/workflows/pkgdown.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
with:
4141
use-public-rspm: true
4242

43+
- name: Install immReferent from GitHub
44+
run: |
45+
install.packages("remotes")
46+
remotes::install_github("BorchLab/immReferent")
47+
shell: Rscript {0}
48+
4349
- uses: r-lib/actions/setup-r-dependencies@v2
4450
with:
4551
extra-packages: any::pkgdown, local::.

.github/workflows/test-coverage.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
with:
2323
use-public-rspm: true
2424

25+
- name: Install immReferent from GitHub
26+
run: |
27+
install.packages("remotes")
28+
remotes::install_github("BorchLab/immReferent")
29+
shell: Rscript {0}
30+
2531
- uses: r-lib/actions/setup-r-dependencies@v2
2632
with:
2733
extra-packages: any::covr, any::xml2

0 commit comments

Comments
 (0)