Package: geojsonlint
Title: Tools for Validating 'GeoJSON'
Description: Tools for linting 'GeoJSON'. Includes tools for interacting with the
    online tool <http://geojsonlint.com>, the 'Javascript' library 'geojsonhint'
    (<https://www.npmjs.com/package/geojsonhint>), and validating against a
    'GeoJSON' schema via the 'Javascript' library
    (<https://www.npmjs.com/package/is-my-json-valid>). Some tools work locally
    while others require an internet connection.
Version: 0.3.0
License: MIT + file LICENSE
Authors@R: c(
    person("Scott", "Chamberlain", role = c("aut", "cre"),
        email = "myrmecocystus@gmail.com",
        comment = c(ORCID="0000-0003-1444-9135")),
    person("Andy", "Teucher", role = "aut",
        email = "andy.teucher@gmail.com"),
    person("Tom", "MacWright", role = "cph",
        comment = "geojsonhint Javascript library"),
    person("Mads", "Kristensen", role = "cph",
        comment = "geojson schema")
    )
URL: https://github.com/ropensci/geojsonlint
BugReports: https://github.com/ropensci/geojsonlint/issues
LazyData: true
VignetteBuilder: knitr
Encoding: UTF-8
Depends: R (>= 2.10)
Imports: crul (>= 0.7.0), jsonlite (>= 0.9.19), jsonvalidate (>=
        1.0.0), V8
Suggests: testthat, knitr, rmarkdown (>= 0.9.6)
RoxygenNote: 6.1.1
X-schema.org-applicationCategory: Geospatial
X-schema.org-keywords: geojson, geospatial, lint, hint, data, schema
X-schema.org-isPartOf: https://ropensci.org
NeedsCompilation: no
Packaged: 2019-02-08 18:00:54 UTC; sckott
Author: Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>),
  Andy Teucher [aut],
  Tom MacWright [cph] (geojsonhint Javascript library),
  Mads Kristensen [cph] (geojson schema)
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2019-02-08 18:43:19 UTC
