We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10bdb83 commit 628c7b3Copy full SHA for 628c7b3
.github/workflows/ci.yaml
@@ -24,10 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
26
- name: Setup
27
- uses: eddelbuettel/github-actions/r-ci-setup@master
28
-
29
- - name: Bootstrap
30
- run: ./run.sh bootstrap
+ uses: eddelbuettel/github-actions/r-ci@master
31
32
- name: Dependencies
33
run: ./run.sh install_deps
ChangeLog
@@ -11,6 +11,8 @@
11
* src/RcppExports.cpp: Regenerated
12
* R/RcppExports.R: Idem
13
14
+ * .github/workflows/ci.yaml: Simplify to r-ci with included bootstrap
15
+
16
2024-12-30 Dirk Eddelbuettel <[email protected]>
17
18
* R/standardTest.R (.safeMaxCores): New helper function to provide
0 commit comments