This breaks packages biotmle, FindMyFriends, incadata, radiant.multivariate, sitar on dplyr 1.0.0 rev deps.
library(vctrs)
x <- I("")
vec_c(x)
#> Error: Can't find vctrs or base methods for concatenation.
#> vctrs methods must be implemented for class `AsIs`.
#> See <https://vctrs.r-lib.org/articles/s3-vector.html>.
chops <- vec_chop(x, list(1L))
vec_unchop(chops, list(1L))
#> Error: Can't find vctrs or base methods for concatenation.
#> vctrs methods must be implemented for class `AsIs`.
#> See <https://vctrs.r-lib.org/articles/s3-vector.html>.
Created on 2020-03-11 by the reprex package (v0.3.0)
This breaks packages biotmle, FindMyFriends, incadata, radiant.multivariate, sitar on
dplyr1.0.0 rev deps.Created on 2020-03-11 by the reprex package (v0.3.0)