Package: geojsonio Title: Convert Data from and to 'GeoJSON' or 'TopoJSON' Version: 0.11.3.9000 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), 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 Roxygen: list(markdown = 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 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libjq-dev libprotobuf-dev libssl-dev libproj-dev protobuf-compiler libprotoc-dev libsqlite3-dev libudunits2-dev libnode-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2023-10-25 15:12:41 UTC RemoteUrl: https://github.com/ropensci/geojsonio RemoteRef: main RemoteSha: 7e4cc683ed3d6eec38a8cae5ce03fa6d82acafc7 NeedsCompilation: no Packaged: 2026-07-01 08:27:04 UTC; root Author: Scott Chamberlain [aut], Andy Teucher [aut], Michael Mahoney [aut, cre] (ORCID: ) Maintainer: Michael Mahoney