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 eba92fc commit c37dce2Copy full SHA for c37dce2
.github/workflows/ci.yaml
@@ -29,8 +29,6 @@ jobs:
29
30
- name: Setup
31
uses: eddelbuettel/github-actions/r-ci@master
32
- with:
33
- dev_version: 'TRUE'
34
35
- name: OpenMP for macOS
36
if: ${{ matrix.os == 'macos-latest' && matrix.openmp == 'yes' }}
ChangeLog
@@ -1,3 +1,8 @@
1
+2025-12-08 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * .github/workflows/ci.yaml: No longer need to select 'dev' version
4
+ of r-ci setup as this has become the r-ci default
5
6
2025-11-22 Dirk Eddelbuettel <edd@debian.org>
7
8
* README.md: Add a `Rcpp::cppFunction()` example
0 commit comments