Package: geojsonR
Type: Package
Title: A GeoJson Processing Toolkit
Version: 1.0.0
Date: 2017-03-27
Author: Lampros Mouselimis <mouselimislampros@gmail.com>
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
Description: Includes functions for processing GeoJson objects <https://en.wikipedia.org/wiki/GeoJSON> relying on 'RFC 7946' <https://tools.ietf.org/pdf/rfc7946.pdf>. The geojson encoding is based on 'json11', a tiny JSON library for 'C++11' <https://github.com/dropbox/json11>. Furthermore, the source code is exported in R through the 'Rcpp' and 'RcppArmadillo' packages.
License: MIT + file LICENSE
Copyright: inst/COPYRIGHTS
SystemRequirements: The package requires a C++11 compiler.
LazyData: true
Depends: R(>= 3.2.3)
Imports: Rcpp (>= 0.12.9), R6
LinkingTo: Rcpp, RcppArmadillo (>= 0.7.6)
Suggests: testthat, covr, knitr, rmarkdown
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2017-03-27 18:50:32 UTC; lampros
Repository: CRAN
Date/Publication: 2017-03-28 06:11:57 UTC
