Skip to content

Time to replace retiring spatial packages #1142

@rsbivand

Description

@rsbivand

broom suggests maptools, which will be archived in October. This currently harms tipsae, which uses broom::tidy() on an sp object, and reaches

unioned <- maptools::unionSpatialPolygons(cp, attr[, region])
. When maptools is not available, tipsae fails. The function being used is similar to sf::aggregate().

For more general details, see: rgdal, rgeos and maptools will retire during 2023. As is explained in this presentation: https://rsbivand.github.io/csds_jan23/bivand_csds_ssg_230117.pdf, package maintainers should aim to have replaced probably redundant dependencies on these packages by June 2023 (before the northern hemisphere tutorial season), and certainly by October 2023 when the packages will be archived. The presentation was recorded: https://www.youtube.com/watch?v=TlpjIqTPMCA&list=PLzREt6r1NenmWEidssmLm-VO_YmAh4pq9&index=1. Further details in blogs: https://r-spatial.org/r/2022/04/12/evolution.html, https://r-spatial.org/r/2022/12/14/evolution2.html, and in tabulations on https://github.com/r-spatial/evolution.

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