Package: polylabelr Title: Find the Pole of Inaccessibility (Visual Center) of a Polygon Version: 1.0.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 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.3.3 Suggests: covr, testthat, spelling, sf Language: en-US Repository: https://jolars.r-universe.dev Date/Publication: 2026-06-22 15:49:36 UTC RemoteUrl: https://github.com/jolars/polylabelr RemoteRef: HEAD RemoteSha: cd3c646c794db6ec0e53443694f6b06957fc68b3 NeedsCompilation: yes Packaged: 2026-06-22 19:29:09 UTC; root Author: Johan Larsson [aut, cre] (ORCID: ), Kent Johnson [ctb], Mapbox [cph] (polylabel, variant, and geometry libraries) Maintainer: Johan Larsson