-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
With the new dplyr update v.1.0.0, get the following error:
plot_compare_stage(nc_file, field_file)
Error: `vec_cast.POSIXct.POSIXct()` is implemented at C level.
This R function is purely indicative and should never be called.
This is traced back to vec_rbind in the vctrs package.
I actually think this might be a dplyr bug... so it might sort itself out.
Until then, keep the old versions of the following packages:
install_version("dplyr", version = "0.8.5", repos = "http://cran.us.r-project.org")
install_version("vctrs", version = "0.2.4", repos = "http://cran.us.r-project.org")
install_version("tidyr", version = "1.0.0", repos = "http://cran.us.r-project.org")
We might have some other dplyr errors in other functions as well
Metadata
Metadata
Assignees
Labels
No labels