Package: concaveman Type: Package Title: A Very Fast 2D Concave Hull Algorithm Version: 1.2.0 Authors@R: c( person("Joël", "Gombin", email="joel.gombin@gmail.com", role = c("cre", "aut")), person("Ramnath", "Vaidyanathan", role = "aut"), person("Vladimir", "Agafonkin", role = "aut"), person("Mapbox", role = "cph") ) Description: The concaveman function ports the 'concaveman' () library from 'mapbox'. It computes the concave polygon(s) for one or several set of points. License: GPL-3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) Depends: R (>= 2.10) Imports: V8, sf, jsonlite RoxygenNote: 7.3.3 Suggests: testthat URL: https://joelgombin.github.io/concaveman/, https://github.com/joelgombin/concaveman/ BugReports: https://github.com/joelgombin/concaveman/issues SystemRequirements: GDAL (>= 2.0.0), GEOS (>= 3.3.0), PROJ.4 (>= 4.8.0) Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libnode-dev Repository: https://joelgombin.r-universe.dev Date/Publication: 2025-10-06 11:14:27 UTC RemoteUrl: https://github.com/joelgombin/concaveman RemoteRef: HEAD RemoteSha: 31d9b19055951ca06e52acd3eadd5bcba36bf680 NeedsCompilation: no Packaged: 2026-06-06 07:21:32 UTC; root Author: Joël Gombin [cre, aut], Ramnath Vaidyanathan [aut], Vladimir Agafonkin [aut], Mapbox [cph] Maintainer: Joël Gombin