Skip to content

Submit to CRAN #5

Description

@nmpeterson

Potential issues to iron out first:

  • Package is large (~75MB) because it is basically a data repository. They should allow it, but if not the package could be updated to replaces the Census geoms with functions that fetch and cache those datasets using tigris (i.e. just adapt the code in data-raw/load_census_api.R)
  • Some examples (block_sf, blockgroup_sf, xwalk_blockgroup2cca) are very slow because they either (a) use ggplot to create maps of complex geometries, or (b) summarize large tables. Any slow xwalk_* examples should be migrated into a vignette (as part of Create vignettes #4). Hopefully there is a faster method for mapping blocks & block groups (tmap?), but if nothing is fast enough, \dontrun{} can be a last resort.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions