Skip to content

Commit

Permalink
fix lint for spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
CorradoLanera committed May 3, 2024
1 parent b25b9a5 commit af68fdf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tests/spelling.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if(requireNamespace('spelling', quietly = TRUE))
spelling::spell_check_test(vignettes = TRUE, error = FALSE,
skip_on_cran = TRUE)
if (requireNamespace("spelling", quietly = TRUE)) {
spelling::spell_check_test(
vignettes = TRUE,
error = FALSE,
skip_on_cran = TRUE
)
}

0 comments on commit af68fdf

Please sign in to comment.