Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 3355b69

Browse files
committed
Don't spell check vignettes
1 parent af16a5a commit 3355b69

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

inst/WORDLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ reannotated
3737
tibble
3838
unharmnised
3939
unharmonised
40+
downsampled

tests/spelling.R

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
if(requireNamespace('spelling', quietly = TRUE))
2-
spelling::spell_check_test(vignettes = TRUE, error = FALSE,
3-
skip_on_cran = TRUE)
2+
spelling::spell_check_test(
3+
# We hit https://github.com/ropensci/spelling/issues/62 if the
4+
# vignettes are checked
5+
vignettes = FALSE,
6+
error = FALSE,
7+
skip_on_cran = TRUE
8+
)

0 commit comments

Comments
 (0)