File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y valgrind gdb \
1515 libglpk-dev
1616
1717# Installing additional package dependencies
18- RUN install2.r --error texreg Rcpp
18+ RUN install2.r --error texreg Rcpp barry
1919
2020CMD ["bash" ]
Original file line number Diff line number Diff line change 2020 env :
2121 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424
2525 - uses : r-lib/actions/setup-pandoc@v2
2626
3131 - uses : r-lib/actions/setup-r-dependencies@v2
3232 with :
3333 extra-packages : |
34- github::USCbiostats/barryr
3534 any::pkgdown
3635 local::.
3736 needs : website
Original file line number Diff line number Diff line change 3939 R_KEEP_PKG_SOURCE : yes
4040
4141 steps :
42- - uses : actions/checkout@v2
42+ - uses : actions/checkout@v4
4343
4444 - uses : r-lib/actions/setup-pandoc@v2
4545
5353 with :
5454 extra-packages : |
5555 any::rcmdcheck
56- github::USCBiostats/barryr
5756 needs : check
5857
5958 - uses : r-lib/actions/check-r-package@v2
You can’t perform that action at this time.
0 commit comments