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 a0f0564 commit 765fb77Copy full SHA for 765fb77
.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_all
ChangeLog
@@ -1,3 +1,7 @@
1
+2025-04-04 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * .github/workflows/ci.yaml: Switch to r-ci with included bootstrap
4
5
2024-08-23 Dirk Eddelbuettel <edd@debian.org>
6
7
* DESCRIPTION (Version, Date): CRAN Release 0.3.4.0.2
0 commit comments