Closed 7yl4r closed 1 year ago
This is probably a versioning issue. I use tidyr
version 1.3.0. They are superseding tidyr::separate
in favor of tidyr::separate_wider_
or tidyr::separate_longer_
.
You can use pak::pkg_install()
to update. You might need to install pak
and you can use install.packages("pak")
or librarian::shelf(pak)
Let me know if updating helps.
librarian::shelf(tidyverse, update_all=TRUE)
fixed it
getting this error from Line 104 in Rmd/fix_prev_zoo_data.qmd:
What package should separate_wider_regex be coming from?
Tidyr? ref
but when I try to namespace it (ie
tidyr::separate_wider_regex
) I get:Is this a package version mismatch? I am using: