Package: geojsonio
Title: Convert Data from and to 'GeoJSON' or 'TopoJSON'
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'.
Version: 0.8.0
License: MIT + file LICENSE
Authors@R: c(
    person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com"),
    person("Andy", "Teucher", role = "aut", email = "andy.teucher@gmail.com")
    )
URL: https://github.com/ropensci/geojsonio (devel),
        https://docs.ropensci.org/geojsonio (docs)
BugReports: https://github.com/ropensci/geojsonio/issues
LazyData: true
VignetteBuilder: knitr
Encoding: UTF-8
Depends: R (>= 2.10)
Imports: methods, sp, sf (>= 0.6), rgdal (>= 1.1-1), rgeos, httr (>=
        1.1.0), maptools, jsonlite (>= 0.9.21), magrittr, readr (>=
        0.2.2), V8, geojson (>= 0.2.0), jqr
Suggests: gistr, testthat, knitr, rmarkdown, leaflet, maps, DBI,
        RPostgres
Enhances: RColorBrewer
RoxygenNote: 6.1.1
X-schema.org-applicationCategory: Geospatial
X-schema.org-keywords: geojson, topojson, geospatial, conversion, data,
        input-output
X-schema.org-isPartOf: https://ropensci.org
NeedsCompilation: no
Packaged: 2019-10-29 17:39:44 UTC; sckott
Author: Scott Chamberlain [aut, cre],
  Andy Teucher [aut]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2019-10-29 18:30:07 UTC
