From ce8c4dd5b38d7993873fec5358fe5d72d6576fde Mon Sep 17 00:00:00 2001 From: Eric Leung <2754821+erictleung@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:40:09 -0500 Subject: [PATCH] Update spelling.R --- inst/WORDLIST | 18 ++++++++---------- tests/spelling.R | 5 ++--- 2 files changed, 10 insertions(+), 13 deletions(-) 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)