Deprecated `as.tibble()`
Closed this issue · 1 comments
dshkol commented
yields <- get_cansim_vector(vectors = c("v39051","v39055"), start_time = "1080-01-01")
`as.tibble()` is deprecated as of tibble 2.0.0.
Please use `as_tibble()` instead.
The signature and semantics have changed, see `?as_tibble`.
mountainMath commented
Dealt with in precompile-vignette branch.