Package: polylabelr
Title: Find the Pole of Inaccessibility (Visual Center) of a Polygon
Version: 0.2.0
Authors@R: 
    c(person(given = "Johan",
             family = "Larsson",
             role = c("aut", "cre"),
             email = "johanlarsson@outlook.com",
             comment = c(ORCID = "0000-0002-4029-5945")),
      person(given = "Kent",
             family = "Johnson",
             role = "ctb",
             email = "kent@kentsjohnson.com"),
      person("Mapbox", 
             role = "cph", 
             comment = "polylabel, variant, and geometry libraries"))
Description: A wrapper around the C++ library 'polylabel' from 'Mapbox', 
    providing an efficient routine for finding the approximate pole of 
    inaccessibility of a polygon, which usually serves as an excellent candidate
    for labeling of a polygon.
License: MIT + file LICENSE
Copyright: see file COPYRIGHTS
Encoding: UTF-8
LazyData: true
URL: https://github.com/jolars/polylabelr, https://jolars.github.io/polylabelr
BugReports: https://github.com/jolars/polylabelr/issues
Depends:
    R (>= 3.3.0)
LinkingTo: 
    Rcpp
Imports: 
    Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Suggests: 
    covr,
    testthat,
    spelling,
    sf
Language: en-US
