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