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 7
7
pull_request :
8
8
9
9
env :
10
- USE_BSPM : " true"
11
10
_R_CHECK_FORCE_SUGGESTS_ : " false"
12
11
13
12
jobs :
@@ -21,13 +20,13 @@ jobs:
21
20
runs-on : ${{ matrix.os }}
22
21
23
22
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
25
27
26
28
- 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
31
30
32
31
- name : Dependencies
33
32
run : ./run.sh install_all
Original file line number Diff line number Diff line change 5
5
* R/fastLm.R (summary.fastLm,print.fastLm): Refer to correct and full
6
6
variable name df.residual in the returned object
7
7
8
+ * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
9
+
8
10
2022-09-15 Jonah Gabry <
[email protected] >
9
11
10
12
* inst/skeleton/rcppeigen_hello_world.cpp: Correct typo
You can’t perform that action at this time.
0 commit comments