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+
4147 - uses : r-lib/actions/setup-r-dependencies@v2
4248 with :
4349 extra-packages : any::rcmdcheck
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+
4349 - uses : r-lib/actions/setup-r-dependencies@v2
4450 with :
4551 extra-packages : any::pkgdown, local::.
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+
2531 - uses : r-lib/actions/setup-r-dependencies@v2
2632 with :
2733 extra-packages : any::covr, any::xml2
You can’t perform that action at this time.
0 commit comments