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
In R 4.0.0 and newer, the matrix class also now implicitly are also arrays, which cause an unnecessary warning message in clp_solve to trigger. (See, for example: tidymodels/recipes#422) If this could be fixed, that'll be great!
$solution
[1] 2.5000000 0.0000000 0.0000000 0.6428571 1.0000000 4.0000000
[7] 0.0000000 0.0000000
$objval
[1] 4.5
$status
[1] 0
Warning message:
In if (!(class(A) %in% supported_classes)) { :
the condition has length > 1 and only the first element will be used
In R 4.0.0 and newer, the matrix class also now implicitly are also arrays, which cause an unnecessary warning message in
clp_solve
to trigger. (See, for example: tidymodels/recipes#422) If this could be fixed, that'll be great!The result I get is as follows:
Here is my session info:
The text was updated successfully, but these errors were encountered: