We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437e005 commit 9997221Copy full SHA for 9997221
R/utilities.r
@@ -669,13 +669,11 @@ with_ordered_restart <- function(expr, .call) {
669
")"
670
)
671
672
- if (inherits(cnd, "vctrs_error_ptype2")) {
673
- deprecate_soft0(
674
- "3.4.0",
675
- I(msg),
676
- details = desc
677
- )
678
- }
+ deprecate_soft0(
+ "3.4.0",
+ I(msg),
+ details = desc
+ )
679
680
x_arg <- cnd[["x_arg"]]
681
y_arg <- cnd[["y_arg"]]
0 commit comments