1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 08:52:15 +02:00

(v2.1.1.9048) vctrs update for sir

This commit is contained in:
2024-06-13 20:55:17 +02:00
parent 3179216c81
commit de17de1be9
19 changed files with 35 additions and 16 deletions

View File

@ -179,10 +179,13 @@ vec_arith.mic <- function(op, x, y, ...) {
# S3: sir ----
vec_ptype2.sir.default <- function (x, y, ..., x_arg = "", y_arg = "") {
x
NA_sir_[0]
}
vec_ptype2.sir.sir <- function(x, y, ...) {
x
NA_sir_[0]
}
vec_ptype2.character.sir <- function(x, y, ...) {
NA_sir_[0]
}
vec_cast.character.sir <- function(x, to, ...) {
as.character(x)