Skip to content

Commit

Permalink
add spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdaradunGaztea committed Aug 10, 2022
1 parent cfc9d1a commit 016b090
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ Imports:
graphics,
grDevices
Suggests:
spelling,
testthat (>= 3.0.0)
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Config/testthat/edition: 3
URL: https://github.com/turtletopia/gglgbtq
Language: en-US
6 changes: 6 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CMD
Codecov
LGBTQ
Lifecycle
customizable
ggplot
3 changes: 3 additions & 0 deletions tests/spelling.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if(requireNamespace('spelling', quietly = TRUE))
spelling::spell_check_test(vignettes = TRUE, error = FALSE,
skip_on_cran = TRUE)

0 comments on commit 016b090

Please sign in to comment.