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
as_factor_from_class_pred() uses rlang::is_installed() and errors if probably is not installed. Is there a particular reason that it doesn't also prompt to install probably when used interactively, with rlang::check_installed()?
as_factor_from_class_pred()
usesrlang::is_installed()
and errors if probably is not installed. Is there a particular reason that it doesn't also prompt to install probably when used interactively, withrlang::check_installed()
?yardstick/R/misc.R
Lines 73 to 87 in 2b0c096
The text was updated successfully, but these errors were encountered: