Skip to content

Commit dd60604

Browse files
committed
New data collected at 2026-04-27_00-11-43
1 parent d582ff9 commit dd60604

44 files changed

Lines changed: 355 additions & 140 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2-
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
31
on:
42
push:
53
branches: [main, master]
@@ -29,7 +27,7 @@ jobs:
2927
R_KEEP_PKG_SOURCE: yes
3028

3129
steps:
32-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v5
3331

3432
- uses: r-lib/actions/setup-pandoc@v2
3533

github-actions/diagrammer/pkgdown.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2-
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
31
on:
42
push:
53
branches: [main, master]
@@ -22,7 +20,7 @@ jobs:
2220
permissions:
2321
contents: write
2422
steps:
25-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v5
2624

2725
- uses: r-lib/actions/setup-pandoc@v2
2826

@@ -39,9 +37,9 @@ jobs:
3937
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
4038
shell: Rscript {0}
4139

42-
- name: Deploy to GitHub pages 🚀
40+
- name: Deploy to GitHub pages
4341
if: github.event_name != 'pull_request'
44-
uses: JamesIves/github-pages-deploy-action@v4.4.1
42+
uses: JamesIves/github-pages-deploy-action@v4.8.0
4543
with:
4644
clean: false
4745
branch: gh-pages

github-actions/diagrammer/test-coverage.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2-
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
31
on:
42
push:
53
branches: [main, master]
@@ -15,7 +13,7 @@ jobs:
1513
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1614

1715
steps:
18-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1917

2018
- uses: r-lib/actions/setup-r@v2
2119
with:
@@ -44,7 +42,7 @@ jobs:
4442

4543
- name: Upload test results
4644
if: failure()
47-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4846
with:
4947
name: coverage-test-failures
5048
path: ${{ runner.temp }}/package
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
on:
2-
push:
3-
branches: [main, master]
42
pull_request:
53
branches: [main, master]
64

75
name: R-CMD-check-hard
86

97
jobs:
108
R-CMD-check-hard:
11-
uses: IndrajeetPatil/workflows/.github/workflows/R-CMD-check-hard.yaml@main
9+
uses: IndrajeetPatil/workflows/.github/workflows/R-CMD-check.yaml@main
1210
with:
13-
extra-packages: any::vdiffr
11+
hard: true
12+
extra-packages: any::vdiffr any::patrick

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ name: R-CMD-check
99
jobs:
1010
R-CMD-check:
1111
uses: IndrajeetPatil/workflows/.github/workflows/R-CMD-check.yaml@main
12-
with:
13-
error-on: 'ifelse(getRversion() > "4.3", "note", "warning")'
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on:
2+
push:
3+
branches: [main, master]
4+
pull_request:
5+
branches: [main, master]
6+
schedule:
7+
- cron: "0 0 * * SUN"
8+
9+
name: check-docs
10+
11+
jobs:
12+
check-docs:
13+
uses: IndrajeetPatil/workflows/.github/workflows/check-docs.yaml@main

github-actions/ggstatsplot/check-extra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
uses: IndrajeetPatil/workflows/.github/workflows/check-extra.yaml@main
1414
with:
1515
extra-packages: |
16-
any::ggstatsplot
16+
local::.
1717
any::ggthemes
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: check-formatting
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
format:
8+
uses: IndrajeetPatil/workflows/.github/workflows/check-formatting.yaml@main

github-actions/ggstatsplot/pkgdown-no-suggests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ jobs:
1111
uses: IndrajeetPatil/workflows/.github/workflows/pkgdown.yaml@main
1212
with:
1313
no-suggests: true
14-
pkgdown-source: r-lib/pkgdown
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
workflow_run:
3+
workflows: ["pkgdown"]
4+
types: [completed]
5+
branches: [main]
6+
7+
name: Deploy SEO and agentic discovery files
8+
9+
jobs:
10+
deploy-seo-files:
11+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
12+
uses: IndrajeetPatil/workflows/.github/workflows/seo-files.yaml@main
13+
with:
14+
package-name: "ggstatsplot"
15+
permissions:
16+
contents: write

0 commit comments

Comments
 (0)