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 f03de74 commit f3bf2efCopy full SHA for f3bf2ef
R/utilities.r
@@ -669,11 +669,13 @@ with_ordered_restart <- function(expr, .call) {
669
")"
670
)
671
672
- deprecate_soft0(
673
- "3.4.0",
674
- I(msg),
675
- details = desc
676
- )
+ if (inherits(cnd, "vctrs_error_ptype2")) {
+ deprecate_soft0(
+ "3.4.0",
+ I(msg),
+ details = desc
677
+ )
678
+ }
679
680
x_arg <- cnd[["x_arg"]]
681
y_arg <- cnd[["y_arg"]]
0 commit comments