New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with new Tibble #1381
Comments
|
Seems to be confirmed by the breaking changes here: https://cran.r-project.org/web/packages/tibble/news/news.html
|
|
@gregmacfarlane I think the issue is with the outdated version of sf at your computer. You have version 0.7-7, and the current one is 0.9-2 (CRAN) and 0.9-3 (GitHub). |
|
Okay, confirmed. Hadn't seen any issues related to this, but glad to know you're on top of things. |
|
For anyone googling this, a further issue is if you have older saved sf data, it will need to be repaired to work now. This works: Zip_outlines <- sf::st_as_sf(Zip_outlines) |
…w tibble and sf breaking the app solved upgrading sf (cf. r-spatial/sf#1381)
|
Also for anyone arriving here via googling
See https://community.rstudio.com/t/spatial-sf-function-fails-when-called-as-an-rstudio-job-works-otherwise/99462 |
The recent updates to tibble seem to have totally destroyed many of the tidyverse functionality of
sf. Here's the examples from the help page.Created on 2020-04-23 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: