You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't figure out the right way to run spell_check_test.
When I run: spelling::spell_check_test(vignettes = TRUE, error = FALSE, skip_on_cran = FALSE) I get:
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, "r") :
cannot open file 'spelling.R': No such file or directory
What's the correct way to invoke the spell checker? Am I supposed to make a spelling.R file locally in my package? Am I supposed to run this command while in a specific directory?
The text was updated successfully, but these errors were encountered:
I can't figure out the right way to run
spell_check_test
.When I run:
spelling::spell_check_test(vignettes = TRUE, error = FALSE, skip_on_cran = FALSE)
I get:What's the correct way to invoke the spell checker? Am I supposed to make a
spelling.R
file locally in my package? Am I supposed to run this command while in a specific directory?The text was updated successfully, but these errors were encountered: