[R-pkg-devel] Cannot submit package due to misspell note

David Sterratt david.c.sterratt at ed.ac.uk
Sat Apr 7 11:00:36 CEST 2018


|On the subject of spell-checking, to avoid false positives when I'm 
checking the package, in the directory above the package directory I 
create a file called .spell_ignore with one word per line, and then run|:
|||devtools::spell_check("pkg/", dict="en_GB", 
ignore=read.table(".spell_ignore", stringsAsFactors=FALSE)$V1)
All the false positives still come through in the CRAN check, but it 
makes checking easier for me.

David.
|

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-package-devel/attachments/20180407/ab478349/attachment.ksh>


More information about the R-package-devel mailing list