File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,8 @@ S3method(cnd_header,vctrs_error_matches_remaining)
110
110
S3method(cnd_header,vctrs_error_names_cannot_be_dot_dot)
111
111
S3method(cnd_header,vctrs_error_names_cannot_be_empty)
112
112
S3method(cnd_header,vctrs_error_names_must_be_unique)
113
+ S3method(cnd_header,vctrs_error_subscript)
113
114
S3method(cnd_header,vctrs_error_subscript_oob)
114
- S3method(cnd_header,vctrs_error_subscript_size)
115
- S3method(cnd_header,vctrs_error_subscript_type)
116
115
S3method(diff,vctrs_vctr)
117
116
S3method(duplicated,vctrs_sclr)
118
117
S3method(duplicated,vctrs_vctr)
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ new_error_subscript_type <- function(i,
174
174
}
175
175
176
176
# ' @export
177
- cnd_header.vctrs_error_subscript_type <- function (cnd ) {
177
+ cnd_header.vctrs_error_subscript <- function (cnd ) {
178
178
arg <- cnd [[" subscript_arg" ]]
179
179
if (is_subscript_arg(arg )) {
180
180
with <- glue :: glue(" with {format_subscript_arg(arg)}" )
@@ -233,10 +233,6 @@ new_error_subscript_size <- function(i,
233
233
...
234
234
)
235
235
}
236
- # ' @export
237
- cnd_header.vctrs_error_subscript_size <- function (cnd , ... ) {
238
- cnd_header.vctrs_error_subscript_type(cnd , ... )
239
- }
240
236
241
237
new_error_subscript2_type <- function (i ,
242
238
numeric ,
You can’t perform that action at this time.
0 commit comments