File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-
4741 - uses : r-lib/actions/setup-r-dependencies@v2
4842 with :
49- extra-packages : any::rcmdcheck
43+ extra-packages : any::rcmdcheck, BorchLab/immReferent
5044 needs : check
5145
5246 - uses : r-lib/actions/check-r-package@v2
Original file line number Diff line number Diff line change 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-
4943 - uses : r-lib/actions/setup-r-dependencies@v2
5044 with :
51- extra-packages : any::pkgdown, local::.
45+ extra-packages : any::pkgdown, local::., BorchLab/immReferent
5246 needs : website
5347
5448 - name : Build site
Original file line number Diff line number Diff line change 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-
3125 - uses : r-lib/actions/setup-r-dependencies@v2
3226 with :
33- extra-packages : any::covr, any::xml2
27+ extra-packages : any::covr, any::xml2, BorchLab/immReferent
3428 needs : coverage
3529
3630 - name : Test coverage
You can’t perform that action at this time.
0 commit comments