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
Because cmd_is_installed calls util = TRUE, if no utils, get error. This really highlights how this is a bad design choice to begin with #22.
my_fun <- cmd_search_path("~/my/path")
is_installed <- cmd_is_installed(my_fun)
is_installed()
Error in util == TRUE :
comparison (1) is possible only for atomic and list types
Tests to add
path search w/ no utils -> is_installed()
The text was updated successfully, but these errors were encountered:
Because cmd_is_installed calls
util = TRUE
, if no utils, get error. This really highlights how this is a bad design choice to begin with #22.Tests to add
The text was updated successfully, but these errors were encountered: