Skip to content

Commit 3e7fe14

Browse files
committed
Sync up with current spelling package
1 parent 848ec3f commit 3e7fe14

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Suggests:
4141
magick,
4242
rmarkdown,
4343
roxygen2,
44-
spelling,
44+
spelling (>= 1.2),
4545
styler (>= 1.0.2),
4646
testthat (>= 2.0.0),
4747
withr

inst/WORDLIST

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ src
6767
styler
6868
templating
6969
tibble
70-
tibbles
7170
tidyverse
72-
tidyverse's
7371
triaged
7472
whitelisted
7573
Wickham

tests/spelling.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
if (requireNamespace("spelling", quietly = TRUE)) {
2-
spelling::spell_check_test(vignettes = TRUE, error = FALSE)
3-
}
1+
if(requireNamespace('spelling', quietly=TRUE))
2+
spelling::spell_check_test(vignettes = TRUE, error = FALSE, skip_on_cran = TRUE)

0 commit comments

Comments
 (0)