We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f49a0d commit 1b938e1Copy full SHA for 1b938e1
.ci/.lintr.R
@@ -84,7 +84,7 @@ exclusions = c(local({
84
infix_spaces_linter = Inf,
85
undesirable_function_linter = Inf
86
)),
87
- exclusion_for_dir("vignettes", list(
+ exclusion_for_dir(c("vignettes", "vignettes/fr"), list(
88
quotes_linter = Inf,
89
sample_int_linter = Inf
90
# strings_as_factors_linter = Inf
.github/workflows/pkgup.yaml
@@ -65,7 +65,7 @@ jobs:
65
Rscript -e 'tools::write_PACKAGES("public/src/contrib", fields="Revision")'
66
- name: upload
67
if: github.ref == 'refs/heads/master'
68
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
69
with:
70
path: "public"
71
- name: deploy
0 commit comments