Skip to content

sp end of life #48

@mdsumner

Description

@mdsumner

trip was first so use this to map out the strategy

# packages potentially affected (others possible depending on what's used )
pat <- "sp|raster|geosphere|spbabel|rgdal|spex|rgdal"
x <- tibble::as_tibble(tools::CRAN_package_db())
library(dplyr)
x %>% filter(grepl("Sumner", Maintainer) & ( grepl(pat, Depends) | grepl(pat, Imports) | grepl(pat, Suggests))) %>% select(Package)

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