Package: libproj
Title: Generic Coordinate Transformation Library ('PROJ') C API
Version: 7.1.0-2
Authors@R: 
    c(
      person(given = "Dewey",
             family = "Dunnington",
             role = c("aut", "cre"),
             email = "dewey@fishandwhistle.net",
             comment = c(ORCID = "0000-0002-9415-4582")),
      person("PROJ authors", role = "aut"),
      person("Jeroen", "Ooms", role = "cph", comment = "configure script"),
      person("Evan", "Roualt", role = "cph"),
      person("Thomas", "Knudsen", role = "cph"),
      person("SDFE", role = "cph"),
      person("Kristan", "Evers", role = "cph"),
      person("Frank", "Warmerdam", role = "cph"),
      person("Charles", "Karney", role = "cph"),
      person("Evan", "Roualt", role = "cph")
    )
Description: Provides a 'PROJ' <https://proj.org> C API that can be 
  used to write high-performance C and C++ coordinate transformation
  operations using R as an interface. This package contains an internal 
  version of the 'PROJ' library to guarantee the best possible 
  consistency on multiple platforms, and to provide a means by which
  'PROJ' can be used on platforms where it may be impractical
  or impossible to install a binary version of the library.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
SystemRequirements: libcurl (optional), libtiff + libjpeg + zlib
        (optional)
Suggests: testthat, Rcpp
URL: https://paleolimbot.github.io/libproj/,
        https://github.com/paleolimbot/libproj
BugReports: https://github.com/paleolimbot/libproj/issues
NeedsCompilation: yes
Packaged: 2020-08-31 19:01:33 UTC; dewey
Author: Dewey Dunnington [aut, cre] (<https://orcid.org/0000-0002-9415-4582>),
  PROJ authors [aut],
  Jeroen Ooms [cph] (configure script),
  Evan Roualt [cph],
  Thomas Knudsen [cph],
  SDFE [cph],
  Kristan Evers [cph],
  Frank Warmerdam [cph],
  Charles Karney [cph],
  Evan Roualt [cph]
Maintainer: Dewey Dunnington <dewey@fishandwhistle.net>
Repository: CRAN
Date/Publication: 2020-09-01 09:50:21 UTC
