Skip to content

Commit

Permalink
spelling package currently with buggy behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomaie committed Dec 12, 2023
1 parent 57ed51b commit 14c55b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion setup_proj.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ usethis::use_vignette("save_load_objects","Quickly save and load (large) objects
# misc
# usethis::use_citation()
# usethis::use_spell_check(vignettes = TRUE, lang = "en-US", error = FALSE) # run manually

# spelling::spell_check_setup(".") # buggy behaviour at spelling:::parse_text_md

# use pkg
usethis::use_package("tictoc")
Expand Down
11 changes: 6 additions & 5 deletions tests/spelling.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
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 14c55b8

Please sign in to comment.