File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88
99env :
10- USE_BSPM : " true"
1110 _R_CHECK_FORCE_SUGGESTS_ : " false"
1211
1312jobs :
@@ -21,13 +20,13 @@ jobs:
2120 runs-on : ${{ matrix.os }}
2221
2322 steps :
24- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
24+
25+ - name : Get Script
26+ run : curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
2527
2628 - name : Bootstrap
27- run : |
28- curl -OLs https://eddelbuettel.github.io/r-ci/run.sh
29- chmod 0755 run.sh
30- ./run.sh bootstrap
29+ run : ./run.sh bootstrap
3130
3231 - name : Dependencies
3332 run : ./run.sh install_all
Original file line number Diff line number Diff line change 55 * R/fastLm.R (summary.fastLm,print.fastLm): Refer to correct and full
66 variable name df.residual in the returned object
77
8+ * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
9+
8102022-09-15 Jonah Gabry <jgabry@gmail.com>
911
1012 * inst/skeleton/rcppeigen_hello_world.cpp: Correct typo
You can’t perform that action at this time.
0 commit comments