Skip to content

Commit 8cfeec5

Browse files
committed
New data collected at 2026-01-05_00-02-09
1 parent f8efdfe commit 8cfeec5

11 files changed

Lines changed: 22 additions & 20 deletions

File tree

codecov/rcpp-codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
comment: false
2+
23
coverage:
34
status:
45
project:
@@ -9,6 +10,9 @@ coverage:
910
default:
1011
target: 0% # the (on purpose low) required coverage value
1112

13+
ignore:
14+
- 'R/inline.R' # function factory setup confuses codecov
15+
1216
# layout: "header, diff, tree, changes"
1317
# behavior: default
1418
# require_changes: false # if true: only post the comment if coverage changes

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
covr::to_cobertura(cov)
5252
shell: Rscript {0}
5353

54-
- uses: codecov/codecov-action@v4
54+
- uses: codecov/codecov-action@v5
5555
with:
56-
fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }}
57-
file: ./cobertura.xml
58-
plugin: noop
56+
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
57+
files: ./cobertura.xml
58+
plugins: noop
5959
disable_search: true
6060
token: ${{ secrets.CODECOV_TOKEN }}
6161

github-actions/ggrepel/check-standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747

4848
- uses: r-lib/actions/check-r-package@v2
4949
with:
50-
upload-snapshots: true
50+
args: 'c("--no-manual", "--no-tests")'
5151

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,16 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
config:
21-
- {os: macos-13, r: 'release'}
22-
- {os: macos-14, r: 'release'}
23-
- {os: macos-15, r: 'next'}
21+
- {os: macos-15-intel, r: 'release'}
22+
- {os: macos-latest, r: 'next'}
2423
- {os: windows-latest , r: '4.1'}
2524
- {os: windows-latest , r: '4.2'}
2625
- {os: windows-latest , r: '4.3'}
2726
- {os: windows-latest , r: '4.4'}
2827
- {os: windows-latest , r: 'devel'}
2928
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
30-
- {os: ubuntu-24.04, r: 'release'}
31-
- {os: ubuntu-22.04, r: 'release'}
29+
- {os: ubuntu-latest, r: 'release'}
30+
- {os: ubuntu-latest, r: 'oldrel-4'}
3231

3332
env:
3433
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

github-actions/testthat/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
actions: read
5454
5555
# Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4.1)
56-
# model: "claude-opus-4-1-20250805"
56+
model: "claude-opus-4-5-20251101"
5757

5858
# Optional: Customize the trigger phrase (default: @claude)
5959
# trigger_phrase: "/claude"

gitignore/testthat.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*.html
1+
settings.local.json

gitignore/xgboost.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ java/xgboost4j-demo/data/
6666
java/xgboost4j-demo/tmp/
6767
java/xgboost4j-demo/model/
6868
nb-configuration*
69+
*.xml.versionsBackup
6970

7071
# Eclipse
7172
.project

pkgdown/ggrepel_pkgdown.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ reference:
1414
contents:
1515
- geom_text_repel
1616
- geom_label_repel
17+
- geom_marquee_repel
1718
- position_nudge_repel
19+
- element_text_repel
1820

1921

2022
home:
@@ -29,10 +31,6 @@ template:
2931
image:
3032
src: reference/figures/ggrepel-allison_horst.jpg
3133
alt: "ggrepel: wonderfully repulsive labels"
32-
twitter:
33-
creator: "@slowkow"
34-
site: "@slowkow"
35-
card: summary_large_image
3634
params:
3735
ganalytics: UA-15531613-2
3836

@@ -47,10 +45,6 @@ navbar:
4745
- text: "News"
4846
menu:
4947
- text: "Release notes"
50-
- text: "Version 0.9.0"
51-
href: https://twitter.com/slowkow/status/1339364391377092609
52-
- text: "------------------"
53-
- text: "Change log"
5448
href: news/index.html
5549
- text: "Related work"
5650
href: articles/related-work.html

rbuildignore/data.table.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
^\.devcontainer$
1818
^\.graphics$
1919
^\.github$
20+
^\.jj$
2021
^\.vscode$
2122
^\.zed$
2223
^\.lintr$

rbuildignore/ggrepel.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
^revdep
1111
^issues
1212
^scripts
13+
^build
1314
^vignettes/cache
1415
^vignettes/examples_cache
1516
^vignettes/figures
@@ -29,3 +30,4 @@ _snaps/
2930
^build_site.R$
3031
^\.github$
3132
^justfile$
33+
^Rplots.pdf$

0 commit comments

Comments
 (0)