Package: crsuggest Type: Package Title: Obtain Suggested Coordinate Reference System Information for Spatial Data Version: 0.4 Date: 2022-07-06 Authors@R: c(person(given = "Kyle", family = "Walker", email="kyle@walker-data.com", role=c("aut", "cre"))) Description: Uses data from the 'EPSG' Registry to look up suitable coordinate reference system transformations for spatial datasets in R. Returns a data frame with 'CRS' codes that can be used for 'CRS' transformation and mapping projects. Please see the 'EPSG' Dataset Terms of Use at for more information. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true LazyDataCompression: xz Imports: sf (>= 0.9), units, dplyr, purrr, mapview Suggests: mapboxapi, tigris, tidycensus, ggplot2 RoxygenNote: 7.2.0 Depends: R (>= 3.3) Config/pak/sysreqs: libabsl-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev libgdal-dev gdal-bin libgeos-dev make libharfbuzz-dev libicu-dev libpng-dev libuv1-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev zlib1g-dev Repository: https://walkerke.r-universe.dev Date/Publication: 2022-07-06 14:02:38 UTC RemoteUrl: https://github.com/walkerke/crsuggest RemoteRef: HEAD RemoteSha: 77f91d9d02122000717c87f70f069a960989de59 NeedsCompilation: no Packaged: 2026-06-11 07:02:39 UTC; root Author: Kyle Walker [aut, cre] Maintainer: Kyle Walker