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
Trying to add the conflicted package to my project; getting this error when trying to load CVXR while conflicted is loaded. Not really sure where it's coming from, but figured I'd raise it.
Registered S3 method overwritten by 'R.oo':
method from
throw.default R.methodsS3
Error: `fn` must be an R function, not a primitive function
Call `rlang::last_error()` to see a backtrace
> rlang::last_error()
<error>
message: `fn` must be an R function, not a primitive function
class: `rlang_error`
backtrace:
1. conflicted:::library(CVXR, warn.conflicts = FALSE)
2. conflicted:::conflicts_register()
3. conflicted::conflict_scout(pkgs)
4. conflicted:::map2(names(conflicts), conflicts, superset_principle)
5. base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
7. conflicted:::is_superset(fun, non_base, base = base)
8. rlang::fn_fmls(base_obj)
9. rlang:::check_closure(fn)```
The text was updated successfully, but these errors were encountered:
Trying to add the conflicted package to my project; getting this error when trying to load CVXR while conflicted is loaded. Not really sure where it's coming from, but figured I'd raise it.
The text was updated successfully, but these errors were encountered: