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

(v1.1.0.9000) CI fix

This commit is contained in:
2020-04-30 09:05:03 +02:00
parent b040185269
commit 5bdece1f9d
12 changed files with 30 additions and 14 deletions

View File

@ -90,6 +90,7 @@ vec_cast.mo.character <- function(x, to, ...) {
}
#' @method vec_cast.mo default
#' @importFrom vctrs vec_default_cast
#' @export
vec_cast.mo.default <- function(x, to, ...) {
vec_default_cast(x, to)
@ -166,6 +167,7 @@ vec_cast.ab.character <- function(x, to, ...) {
}
#' @method vec_cast.ab default
#' @importFrom vctrs vec_default_cast
#' @export
vec_cast.ab.default <- function(x, to, ...) {
vec_default_cast(x, to)