Package: geojsonR Type: Package Title: A GeoJson Processing Toolkit Version: 1.1.2 Date: 2025-01-13 Authors@R: c( person(given = "Lampros", family = "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-8024-1546")), person("Dropbox", "Inc", role = "cph")) BugReports: https://github.com/mlampros/geojsonR/issues URL: https://github.com/mlampros/geojsonR Description: Includes functions for processing GeoJson objects relying on 'RFC 7946' . The geojson encoding is based on 'json11', a tiny JSON library for 'C++11' . Furthermore, the source code is exported in R through the 'Rcpp' and 'RcppArmadillo' packages. License: MIT + file LICENSE Encoding: UTF-8 Copyright: inst/COPYRIGHTS SystemRequirements: libarmadillo: apt-get install -y libarmadillo-dev (deb) Depends: R(>= 3.2.3) Imports: Rcpp (>= 0.12.9), R6 LinkingTo: Rcpp, RcppArmadillo (>= 0.7.6) Suggests: testthat, covr, knitr, rmarkdown VignetteBuilder: knitr RoxygenNote: 7.3.2 Repository: https://mlampros.r-universe.dev Date/Publication: 2025-01-15 07:27:29 UTC RemoteUrl: https://github.com/mlampros/geojsonr RemoteRef: HEAD RemoteSha: 99bfb444b7f6b53250c33321d4b4d3c1994c3142 NeedsCompilation: yes Packaged: 2026-06-24 02:39:39 UTC; root Author: Lampros Mouselimis [aut, cre] (ORCID: ), Dropbox Inc [cph] Maintainer: Lampros Mouselimis