diff --git a/inst/WORDLIST b/inst/WORDLIST index 2b7a6e1..f361b16 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -1,21 +1,19 @@ +CMD CinemaScore +HTTPS +IMDb +MPA Metacritic +OMDb Pixar -Storywriter -Wikipedia -datasette -HTTPs -MPA +Popcornmeter README -OMDb -interclass -CMD +Storywriter babynames dm frictionless -IMDb +interclass interpunct -Popcornmeter readr subgenre subgenres diff --git a/tests/spelling.R b/tests/spelling.R index bc1ad1e..6713838 100644 --- a/tests/spelling.R +++ b/tests/spelling.R @@ -1,4 +1,3 @@ -if (requireNamespace("spelling", quietly = TRUE)) - spelling::spell_check_test(vignettes = TRUE, - error = FALSE, +if(requireNamespace('spelling', quietly = TRUE)) + spelling::spell_check_test(vignettes = TRUE, error = FALSE, skip_on_cran = TRUE)