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
When running devtools::spell_check() on a computer without spelling installed, spell_check fails due to the missing namespace:
> devtools::spell_check()
Error in loadNamespace(name) : there is no package called ‘spelling’
Other functions such as devtools::check_rhub() seem to make use of check_suggested() in interactive sessions to prompt users to install the package if needed, rather than just failing. Would it make sense for this function to do the same?
The text was updated successfully, but these errors were encountered:
When running
devtools::spell_check()
on a computer withoutspelling
installed,spell_check
fails due to the missing namespace:Other functions such as
devtools::check_rhub()
seem to make use ofcheck_suggested()
in interactive sessions to prompt users to install the package if needed, rather than just failing. Would it make sense for this function to do the same?The text was updated successfully, but these errors were encountered: