Package: centerline
Title: Extract Centerline from Closed Polygons
Version: 0.2.4
Authors@R: 
    c(
      person(given = "Anatoly",
             family = "Tsyplenkov",
             role = c("aut", "cre", "cph"),
             email = "atsyplenkov@fastmail.com",
             comment = c(ORCID = "0000-0003-4144-8402"))
    )
Maintainer: Anatoly Tsyplenkov <atsyplenkov@fastmail.com>
Description: Generates skeletons of closed 2D polygons using Voronoi diagrams. 
            It provides methods for 'sf', 'terra', and 'geos' objects to 
            compute polygon centerlines based on the generated skeletons.
            Voronoi, G. (1908) <doi:10.1515/crll.1908.134.198>.
License: MIT + file LICENSE
URL: https://centerline.anatolii.nz,
        https://github.com/atsyplenkov/centerline
BugReports: https://github.com/atsyplenkov/centerline/issues
Depends: R (>= 4.1.0)
Imports: wk (>= 0.9), sf (>= 1.0), geos (>= 0.2.4), sfnetworks (>=
        0.6), checkmate
Suggests: smoothr (>= 1.0.0), testthat (>= 3.0.0), geomtextpath (>=
        0.1.5), terra (>= 1.7), igraph (>= 2.0.0), ggplot2 (>= 3.1.0),
        raybevel (>= 0.2.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
Language: en-US
Config/Needs/website: mapgl, rmapshaper, bench, htmlwidgets
NeedsCompilation: no
Packaged: 2025-09-09 02:54:33 UTC; TsyplenkovA
Author: Anatoly Tsyplenkov [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-4144-8402>)
Repository: CRAN
Date/Publication: 2025-09-09 07:20:15 UTC
Built: R 4.4.3; ; 2025-11-10 04:57:00 UTC; windows
