Package: libgeos
Title: Open Source Geometry Engine ('GEOS') C API
Version: 3.11.1-1
Authors@R: 
    c(
      person(given = "Dewey",
             family = "Dunnington",
             role = c("aut", "cre"),
             email = "dewey@fishandwhistle.net",
             comment = c(ORCID = "0000-0002-9415-4582")),
      person("GEOS authors", role = "aut"),
      person("Martin", "Davis", role = c("ctb", "cph")),
      person("Benjamin", "Campbell", role = c("ctb", "cph")),
      person("Tomasz", "Sowa", role = c("ctb", "cph")),
      person("Christian", "Kaiser", role = c("ctb", "cph")),
      person("David", "Skea", role = c("ctb", "cph")),
      person("Daniel", "Baston", role = c("ctb", "cph")),
      person("Sandro", "Santilli", role = c("ctb", "cph")),
      person("Mateusz", "Loskot", role = c("ctb", "cph")),
      person("Paul", "Ramsey", role = c("ctb", "cph")),
      person("Olivier", "Devillers", role = c("ctb", "cph")),
      person("Sean", "Gillies", role = c("ctb", "cph")),
      person("Mika", "Heiskanen", role = c("ctb", "cph")),
      person("Safe Software Inc.", role = "cph"),
      person("Refractions Research Inc.", role = "cph"),
      person("Vivid Solutions Inc.", role = "cph")
    )
Description: Provides the Open Source Geometry Engine ('GEOS') as a
  C API that can be used to write high-performance C and C++
  geometry operations using R as an interface. Headers are provided
  to make linking to and using these functions from C++ code as
  easy and as safe as possible. This package contains an internal
  copy of the 'GEOS' library to guarantee the best possible
  consistency on multiple platforms.
License: LGPL (>= 2.1)
Copyright: file COPYRIGHTS
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
URL: https://paleolimbot.github.io/libgeos/, https://github.com/paleolimbot/libgeos
BugReports: https://github.com/paleolimbot/libgeos/issues
Suggests: 
    testthat
