Package: parzer
Type: Package
Title: Parse Messy Geographic Coordinates
Description: Parse geographic coordinates from various formats
    to decimal degree numeric values. Parse coordinates into
    their parts (degree, minutes, seconds); calculate hemisphere
    from coordinates; pull out individually degrees,
    minutes, or seconds; add and subtract degrees, minutes,
    and seconds. C++ code herein originally inspired from code
    written by Jeffrey D. Bogan, but then completely re-written.
Version: 0.2.0
Authors@R: c(
	person("Scott", "Chamberlain", role = c("aut", "cre"),
        email = "sckott@protonmail.com",
        comment = c(ORCID = "0000-0003-1444-9135")),
    person("Alban", "Sagouis", role = "ctb"),
    person("Jeffrey", "Bogan", role = "ctb",
        comment = "C++ code originally from Jeffrey Bogan,
        but completely re-written"),
    person("Julien", "Brun", role = "rev",
        comment = "Julien Brun reviewed the package,
        see https://github.com/ropensci/onboarding/issues/341"),
    person("Maria", "Munafó", role = "rev",
        comment = "Maria Munafó reviewed the package,
        see https://github.com/ropensci/onboarding/issues/341"),
    person("rOpenSci", role = "fnd",
        comment = "https://ropensci.org")
	)
License: MIT + file LICENSE
URL: https://github.com/ropensci/parzer (devel)
        https://docs.ropensci.org/parzer/ (docs)
BugReports: https://github.com/ropensci/parzer/issues
Imports: Rcpp (>= 1.0.2)
Suggests: testthat, randgeo, knitr, rmarkdown
LinkingTo: Rcpp
SystemRequirements: C++11
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.1
X-schema.org-applicationCategory: Geospatial
X-schema.org-keywords: geospatial, data, latitude, longitude, parser,
        coordinates
X-schema.org-isPartOf: https://ropensci.org
NeedsCompilation: yes
Packaged: 2020-10-07 16:11:16 UTC; sckott
Author: Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>),
  Alban Sagouis [ctb],
  Jeffrey Bogan [ctb] (C++ code originally from Jeffrey Bogan, but
    completely re-written),
  Julien Brun [rev] (Julien Brun reviewed the package, see
    https://github.com/ropensci/onboarding/issues/341),
  Maria Munafó [rev] (Maria Munafó reviewed the package, see
    https://github.com/ropensci/onboarding/issues/341),
  rOpenSci [fnd] (https://ropensci.org)
Maintainer: Scott Chamberlain <sckott@protonmail.com>
Repository: CRAN
Date/Publication: 2020-10-07 18:00:08 UTC
