Package: reproj
Type: Package
Title: Coordinate System Transformations for Map Data
Version: 0.4.0
Authors@R: person("Michael D.","Sumner", role = c("aut", "cre"), email =
    "mdsumner@gmail.com", comment=c(ORCID = "0000-0002-2471-7511"))
Description: Transform coordinates via 'PROJ' using the library directly, by 
 wrapping the 'proj4' package. The 'reproj' function handles the need for
 radian units for either source or target and allows removing an explicit 
 source definition in methods that extend the generic. The 'PROJ' library is available 
 at <https://proj4.org/>.  
License: GPL-3
LazyData: TRUE
Depends: R (>= 3.2.5)
Imports: proj4, tibble
Suggests: testthat, covr
RoxygenNote: 6.1.1
Encoding: UTF-8
SystemRequirements: PROJ (>= 4.4.6)
BugReports: https://github.com/hypertidy/reproj/issues/
URL: https://github.com/hypertidy/reproj/
NeedsCompilation: no
Packaged: 2019-06-02 13:13:13 UTC; mdsumner
Author: Michael D. Sumner [aut, cre] (<https://orcid.org/0000-0002-2471-7511>)
Maintainer: Michael D. Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2019-06-02 13:30:04 UTC
