Skip to content

Commit 31f2fa1

Browse files
committed
Check spelling
1 parent b4f26f8 commit 31f2fa1

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ LazyData: true
1010
RoxygenNote: 7.3.2
1111
Suggests:
1212
covr,
13+
spelling,
1314
testthat (>= 3.0.0)
1415
URL: https://github.com/humanpred/formulops
1516
BugReports: https://github.com/humanpred/formulops/issues
1617
Config/testthat/edition: 3
18+
Language: en-US

inst/WORDLIST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CMD
2+
Codecov

tests/spelling.R

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

0 commit comments

Comments
 (0)