Package: geojsonio
Title: Convert Data from and to 'GeoJSON' or 'TopoJSON'
Version: 0.11.2
Authors@R: c(
    person("Scott", "Chamberlain", , "myrmecocystus@gmail.com", role = c("aut")),
    person("Andy", "Teucher", , "andy.teucher@gmail.com", role = "aut"),
    person("Michael", "Mahoney", , "mike.mahoney.218@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-2402-304X"))
  )
Description: Convert data to 'GeoJSON' or 'TopoJSON' from various R
    classes, including vectors, lists, data frames, shape files, and
    spatial classes.  'geojsonio' does not aim to replace packages like
    'sp', 'rgdal', 'rgeos', but rather aims to be a high level client to
    simplify conversions of data from and to 'GeoJSON' and 'TopoJSON'.
License: MIT + file LICENSE
URL: https://github.com/ropensci/geojsonio,
        https://docs.ropensci.org/geojsonio/
BugReports: https://github.com/ropensci/geojsonio/issues
Depends: R (>= 3.5)
Imports: crul, geojson (>= 0.2.0), geojsonsf, jqr, jsonlite (>=
        0.9.21), lifecycle, magrittr, methods, readr (>= 0.2.2), sf (>=
        0.6), sp, V8
Suggests: covr, DBI, gistr, leaflet, maps, RPostgres, testthat (>=
        3.0.0), withr
Enhances: RColorBrewer
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
X-schema.org-applicationCategory: Geospatial
X-schema.org-isPartOf: https://ropensci.org
X-schema.org-keywords: geojson, topojson, geospatial, conversion, data,
        input-output
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-08-21 14:28:28 UTC; mikemahoney218
Author: Scott Chamberlain [aut],
  Andy Teucher [aut],
  Michael Mahoney [aut, cre] (<https://orcid.org/0000-0003-2402-304X>)
Maintainer: Michael Mahoney <mike.mahoney.218@gmail.com>
Repository: CRAN
Date/Publication: 2023-08-21 15:20:05 UTC
