REDCapCAST/tests/spelling.R

4 lines
161 B
R
Raw Normal View History

2024-02-27 14:09:19 +01:00
if(requireNamespace('spelling', quietly = TRUE))
spelling::spell_check_test(vignettes = TRUE, error = FALSE,
skip_on_cran = TRUE)