File tree Expand file tree Collapse file tree 4 files changed +0
-35
lines changed Expand file tree Collapse file tree 4 files changed +0
-35
lines changed Original file line number Diff line number Diff line change 42
42
unit-test-report-brand : >-
43
43
https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/thumbs/teal.png
44
44
deps-installation-method : setup-r-dependencies
45
- lookup-refs : |
46
- insightsengineering/formatters
47
- insightsengineering/rtables
48
45
49
46
r-cmd-non-cran :
50
47
name : R CMD Check (non-CRAN) 🧬
68
65
checking for unstated dependencies in vignettes .* NOTE
69
66
checking top-level files .* NOTE
70
67
deps-installation-method : setup-r-dependencies
71
- lookup-refs : |
72
- insightsengineering/formatters
73
- insightsengineering/rtables
74
68
coverage :
75
69
name : Coverage 📔
76
70
uses : insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main
80
74
additional-env-vars : |
81
75
NOT_CRAN=true
82
76
deps-installation-method : setup-r-dependencies
83
- lookup-refs : |
84
- insightsengineering/formatters
85
- insightsengineering/rtables
86
77
87
78
linter :
88
79
if : github.event_name != 'push'
96
87
with :
97
88
auto-update : true
98
89
deps-installation-method : setup-r-dependencies
99
- lookup-refs : |
100
- insightsengineering/formatters
101
- insightsengineering/rtables
102
90
gitleaks :
103
91
name : gitleaks 💧
104
92
uses : insightsengineering/r.pkg.template/.github/workflows/gitleaks.yaml@main
Original file line number Diff line number Diff line change 43
43
default-landing-page : latest-tag
44
44
additional-unit-test-report-directories : unit-test-report-non-cran
45
45
deps-installation-method : setup-r-dependencies
46
- lookup-refs : |
47
- insightsengineering/formatters
48
- insightsengineering/rtables
Original file line number Diff line number Diff line change 17
17
with :
18
18
default-landing-page : latest-tag
19
19
deps-installation-method : setup-r-dependencies
20
- lookup-refs : |
21
- insightsengineering/formatters
22
- insightsengineering/rtables
23
20
validation :
24
21
name : R Package Validation report 📃
25
22
needs : release
28
25
REPO_GITHUB_TOKEN : ${{ secrets.REPO_GITHUB_TOKEN }}
29
26
with :
30
27
deps-installation-method : setup-r-dependencies
31
- lookup-refs : |
32
- insightsengineering/formatters
33
- insightsengineering/rtables
34
28
release :
35
29
name : Create release 🎉
36
30
uses : insightsengineering/r.pkg.template/.github/workflows/release.yaml@main
56
50
unit-test-report-brand : >-
57
51
https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/thumbs/teal.png
58
52
deps-installation-method : setup-r-dependencies
59
- lookup-refs : |
60
- insightsengineering/formatters
61
- insightsengineering/rtables
62
53
coverage :
63
54
name : Coverage 📔
64
55
needs : [release, docs]
69
60
additional-env-vars : |
70
61
NOT_CRAN=true
71
62
deps-installation-method : setup-r-dependencies
72
- lookup-refs : |
73
- insightsengineering/formatters
74
- insightsengineering/rtables
75
63
wasm :
76
64
name : Build WASM packages 🧑🏭
77
65
needs : release
Original file line number Diff line number Diff line change 57
57
)
58
58
name : revdepcheck ↩️
59
59
uses : insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main
60
- with :
61
- lookup-refs : |
62
- insightsengineering/formatters
63
- insightsengineering/rtables
64
60
rhub :
65
61
if : >
66
62
github.event_name == 'schedule' || (
69
65
)
70
66
name : R-hub 🌐
71
67
uses : insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
72
- with :
73
- lookup-refs : |
74
- insightsengineering/formatters
75
- insightsengineering/rtables
You can’t perform that action at this time.
0 commit comments