Skip to content

dplyr 1.0.0 update throwing error in plot_compare_stage #270

@hdugan

Description

@hdugan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions