Skip to content

Commit c37dce2

Browse files
committed
r-ci uses the former dev version as default so no need to select it
1 parent eba92fc commit c37dce2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929

3030
- name: Setup
3131
uses: eddelbuettel/github-actions/r-ci@master
32-
with:
33-
dev_version: 'TRUE'
3432

3533
- name: OpenMP for macOS
3634
if: ${{ matrix.os == 'macos-latest' && matrix.openmp == 'yes' }}

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
2025-11-22 Dirk Eddelbuettel <edd@debian.org>
27

38
* README.md: Add a `Rcpp::cppFunction()` example

0 commit comments

Comments
 (0)