Skip to content

Commit 12b9c66

Browse files
Add 'make spelling' to spell check NEWS and vignettes
1 parent a3c354a commit 12b9c66

File tree

3 files changed

+61
-3
lines changed

3 files changed

+61
-3
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
include .make/Makefile
22

3+
spelling:
4+
$(R_SCRIPT) -e "spelling::spell_check_files(c('NEWS', dir('vignettes', pattern='[.]rsp', full.names=TRUE)), ignore=readLines('inst/WORDLIST', warn=FALSE))"
5+
36
future.tests/%:
47
$(R_SCRIPT) -e "future.tests::check" --args --test-plan=$*
58

NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ NEW FEATURES:
3232
available on all workers on a shared file system, e.g. plan(batchtools_nnn,
3333
registry = list(work.dir = "~")).
3434

35-
* It is possible to control if and how batchtools should use file compressions
35+
* It is possible to control if and how batchtools should use file compression
3636
for exported globals and results by specifying batchtools registry parameter
3737
'compress'. For example, to turn off file compression, use
3838
plan(batchtools_nnn, registry = list(compress = FALSE)).
@@ -117,8 +117,8 @@ BUG FIXES:
117117
* A bug was introduced in future.batchtools 0.7.0 that could result in "Error
118118
in readLog(id, reg = reg) : Log file for job with id 1 not available" when
119119
using one of the batchtools backends. It occurred when the value was
120-
queried. It was observered using 'batchtools_torque' but not when using
121-
'batchools_local'. This bug was missed because the 0.7.0 release was not
120+
queried. It was observed using 'batchtools_torque' but not when using
121+
'batchtools_local'. This bug was missed because the 0.7.0 release was not
122122
tested on an TORQUE/PBS HPC scheduler as it should have.
123123

124124

inst/WORDLIST

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,58 @@ SGE
2222
Slurm
2323
th
2424
uniprocess
25+
26+
ae
27+
availableCores
28+
BAM
29+
bams
30+
BatchJobs
31+
BatchtoolsFutureError
32+
Bengtsson
33+
callr
34+
chr
35+
conf
36+
cran
37+
dir
38+
doJobCollection
39+
evaluator's
40+
fastq
41+
findConfFile
42+
fq
43+
fqs
44+
gb
45+
github
46+
halfCores
47+
htseq
48+
https
49+
io
50+
listenv
51+
logfile
52+
loggedOutput
53+
lsf
54+
mandelbrot
55+
mc
56+
mllg
57+
nbrOfWorkers
58+
nnn
59+
oe
60+
openlava
61+
ppn
62+
readLog
63+
Rscript
64+
rsp
65+
sge
66+
slurm
67+
sprintf
68+
ss
69+
Sys
70+
tmpl
71+
unlist
72+
uri
73+
VignetteAuthor
74+
VignetteEngine
75+
VignetteIndexEntry
76+
VignetteKeyword
77+
VignetteTangle
78+
vmem
79+
wikipedia

0 commit comments

Comments
 (0)