Package: RDP
Title: The Ramer-Douglas-Peucker Algorithm
Version: 0.3.0
Authors@R: person("Robert", "Dahl Jacobsen", role = c("aut", "cre"), email = "cran@dahl-jacobsen.dk")
Description: Pretty fast implementation of the Ramer-Douglas-Peucker algorithm for reducing the number of points on a 2D curve.
    Urs Ramer (1972), "An iterative procedure for the polygonal approximation of plane curves" <doi:10.1016/S0146-664X(72)80017-0>.
    David H. Douglas and Thomas K. Peucker (1973), "Algorithms for the Reduction of the Number of Points Required to Represent a Digitized Line or its Caricature" <doi:10.3138/FM57-6770-U75U-7727>.
License: GPL-3
URL: https://github.com/robertdj/RDP
Encoding: UTF-8
RoxygenNote: 7.2.1
LinkingTo: Rcpp
Imports: Rcpp
Suggests: testthat, withr, zeallot
NeedsCompilation: yes
Packaged: 2023-07-05 21:57:55 UTC; robert
Author: Robert Dahl Jacobsen [aut, cre]
Maintainer: Robert Dahl Jacobsen <cran@dahl-jacobsen.dk>
Repository: CRAN
Date/Publication: 2023-07-05 22:13:04 UTC
Built: R 4.5.1; aarch64-apple-darwin25.0.0; 2025-10-03 19:15:43 UTC; unix
