renv acting up

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-02-27 14:09:19 +01:00
commit f261257575
7 changed files with 444 additions and 13 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)