Skip to content

Commit f8efdfe

Browse files
committed
New data collected at 2025-12-29_00-03-06
1 parent 01027fb commit f8efdfe

15 files changed

Lines changed: 39 additions & 48 deletions

github-actions/data.table/R-CMD-check-occasional.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [macOS-latest, windows-latest, ubuntu-latest]
19-
r: ['devel', 'release', '3.4', '3.5', '3.6', '4.0', '4.1', '4.2', '4.3']
19+
r: ['devel', 'release', '3.5', '3.6', '4.0', '4.1', '4.2', '4.3']
2020
locale: ['en_US.utf8', 'zh_CN.utf8', 'lv_LV.utf8'] # Chinese for translations, Latvian for collate order (#3502)
2121
exclude:
2222
# only run non-English locale CI on Ubuntu
@@ -29,8 +29,6 @@ jobs:
2929
- os: windows-latest
3030
locale: 'lv_LV.utf8'
3131
# macOS/arm64 only available for R>=4.1.0
32-
- os: macOS-latest
33-
r: '3.4'
3432
- os: macOS-latest
3533
r: '3.5'
3634
- os: macOS-latest
@@ -65,7 +63,7 @@ jobs:
6563
echo "LC_ALL=lv_LV.utf8" >> $GITHUB_ENV
6664
echo "LANGUAGE=lv_LV" >> $GITHUB_ENV
6765
68-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@v6
6967

7068
- uses: r-lib/actions/setup-r@v2
7169
with:
@@ -113,7 +111,7 @@ jobs:
113111
TEST_DATA_TABLE_WITH_OTHER_PACKAGES=as.character(run_other)
114112
)
115113
116-
do_vignettes = requireNamespace("knitr", quietly=TRUE)
114+
do_vignettes = requireNamespace("litedown", quietly=TRUE)
117115
118116
build_args = NULL
119117
check_args = c("--no-manual", "--as-cran")

github-actions/data.table/R-CMD-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
_R_CHECK_RD_CHECKRD_MINLEVEL_: -Inf
4141

4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v6
4444

4545
- uses: r-lib/actions/setup-r@v2
4646
with:
@@ -55,7 +55,7 @@ jobs:
5555
shell: Rscript {0}
5656

5757
- name: Restore R package cache
58-
uses: actions/cache@v4
58+
uses: actions/cache@v5
5959
with:
6060
path: ${{ env.R_LIBS_USER }}
6161
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}

github-actions/data.table/code-quality.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
md: ${{ steps.filter.outputs.md }}
1717
rd: ${{ steps.filter.outputs.rd }}
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0 # ensure diff against base is available for PRs
2222
- uses: dorny/paths-filter@v3
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v6
4848

4949
- uses: r-lib/actions/setup-r@v2
5050
with:
@@ -68,7 +68,7 @@ jobs:
6868
if: needs.changes.outputs.c == 'true' || github.event_name == 'workflow_dispatch'
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v6
7272
- uses: r-lib/actions/setup-r@v2
7373
- name: Install Coccinelle
7474
# relying on the action above us to have updated the package cache
@@ -81,7 +81,7 @@ jobs:
8181
if: needs.changes.outputs.po == 'true' || github.event_name == 'workflow_dispatch'
8282
runs-on: ubuntu-latest
8383
steps:
84-
- uses: actions/checkout@v4
84+
- uses: actions/checkout@v6
8585
- uses: r-lib/actions/setup-r@v2
8686
- name: Check translations
8787
# only pay attention to files edited in the current PR, otherwise we can get
@@ -96,7 +96,7 @@ jobs:
9696
if: needs.changes.outputs.md == 'true' || github.event_name == 'workflow_dispatch'
9797
runs-on: ubuntu-latest
9898
steps:
99-
- uses: actions/checkout@v4
99+
- uses: actions/checkout@v6
100100
- uses: r-lib/actions/setup-r@v2
101101
- name: Lint
102102
run: Rscript .ci/lint.R .ci/linters/md . '[.]R?md$'
@@ -105,7 +105,7 @@ jobs:
105105
if: needs.changes.outputs.rd == 'true' || github.event_name == 'workflow_dispatch'
106106
runs-on: ubuntu-latest
107107
steps:
108-
- uses: actions/checkout@v4
108+
- uses: actions/checkout@v6
109109
- uses: r-lib/actions/setup-r@v2
110110
- name: Lint Rd files
111111
run: Rscript .ci/lint.R .ci/linters/rd man '[.]Rd$'

github-actions/data.table/cran-status-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
issues: write
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- uses: r-lib/actions/setup-r@v2
1919
with:

github-actions/data.table/pkgup.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
url: ${{ steps.deployment.outputs.page_url }}
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
- uses: r-lib/actions/setup-pandoc@v2
2727
- uses: r-lib/actions/setup-r@v2
2828
- name: cache-r-dependencies
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
with:
3131
path: ${{ env.R_LIBS_USER }}/*
3232
key: library-cache-${{ github.run_id }}
@@ -58,7 +58,7 @@ jobs:
5858
Rscript -e 'tools::write_PACKAGES("public/src/contrib", fields="Revision")'
5959
- name: upload
6060
if: github.ref == 'refs/heads/master'
61-
uses: actions/upload-pages-artifact@v3
61+
uses: actions/upload-pages-artifact@v4
6262
with:
6363
path: "public"
6464
- name: deploy

github-actions/data.table/rchk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
rchk:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737
- uses: r-lib/actions/setup-r@v2
3838
with:
3939
r-version: 'devel'

github-actions/data.table/test-coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333

3434
- uses: r-lib/actions/setup-r@v2
3535
with:
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Upload test results
6363
if: failure()
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v6
6565
with:
6666
name: coverage-test-failures
6767
path: ${{ runner.temp }}/package

github-actions/ggstatsplot/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Run pre-commit
2626
uses: pre-commit/action@v3.0.1
2727

28-
- uses: stefanzweifel/git-auto-commit-action@v7.0.0
28+
- uses: stefanzweifel/git-auto-commit-action@v7.1.0

github-actions/ggstatsplot/styler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
styler::style_pkg()
6464
shell: Rscript {0}
6565

66-
- uses: stefanzweifel/git-auto-commit-action@v7.0.0
66+
- uses: stefanzweifel/git-auto-commit-action@v7.1.0

github-actions/magick/R-CMD-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
config:
19-
- {os: macOS-13, r: 'release'}
20-
- {os: macOS-14, r: 'release'}
19+
- {os: macOS-15-intel, r: 'release'}
20+
- {os: macOS-15, r: 'release'}
2121
- {os: windows-latest, r: '4.1'}
2222
- {os: windows-latest, r: '4.2'}
2323
- {os: windows-latest, r: '4.3'}

0 commit comments

Comments
 (0)