ropensci / spelling

Tools for Spell Checking in R
https://docs.ropensci.org/spelling
Other
107 stars 25 forks source link

Ignore DOIs in DESCRIPTION #83

Open MLopez-Ibanez opened 1 month ago

MLopez-Ibanez commented 1 month ago

Using spelling::spell_check_test(vignettes = TRUE, error = FALSE, skip_on_cran = TRUE), reports "words":

CEC     description:1
ejor    description:1

in DESCRIPTION:

Description: V.G. da Fonseca, C.M. Fonseca, A.O. Hall (2001) <doi:10.1007/3-540-44719-9_15>, 
C.M. Fonseca, L. Paquete, M. López-Ibáñez (2006) <doi:10.1109/CEC.2006.1688440>),
M. Binois, D. Ginsbourger, O. Roustant (2015) <doi:10.1016/j.ejor.2014.07.032>.

Anything between <doi: and > should be ignored.