Skip to content

Commit 1d7d069

Browse files
spell checking [ci skip]
1 parent 1280243 commit 1d7d069

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ future.tests/%:
77
$(R_SCRIPT) -e "future.tests::check" --args --test-plan=$*
88

99
future.tests: future.tests/future.batchtools\:\:batchtools_local
10+
11+
spelling:
12+
$(R_SCRIPT) -e "spelling::spell_check_package()"
13+
$(R_SCRIPT) -e "spelling::spell_check_files(c('NEWS', dir('vignettes', pattern='[.]rsp', full.names=TRUE)), ignore=readLines('inst/WORDLIST', warn=FALSE))"

inst/WORDLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@ VignetteKeyword
7777
VignetteTangle
7878
vmem
7979
wikipedia
80+
multisession

0 commit comments

Comments
 (0)