page, test and coverage

This commit is contained in:
AG Damsbo 2023-03-08 11:50:44 +01:00
commit 4f7af115f4
21 changed files with 1161 additions and 8 deletions

3
tests/spelling.R Normal file
View file

@ -0,0 +1,3 @@
if(requireNamespace('spelling', quietly = TRUE))
spelling::spell_check_test(vignettes = TRUE, error = FALSE,
skip_on_cran = TRUE)