Package: RDP
Title: The Ramer-Douglas-Peucker Algorithm
Version: 0.2.3
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.1.2
LinkingTo: Rcpp
Imports: Rcpp
Suggests: testthat, withr, zeallot
NeedsCompilation: yes
Packaged: 2022-03-17 19:33:52 UTC; robert
Author: Robert Dahl Jacobsen [aut, cre]
Maintainer: Robert Dahl Jacobsen <cran@dahl-jacobsen.dk>
Repository: CRAN
Date/Publication: 2022-03-17 20:00:02 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 13:44:32 UTC; windows
Archs: i386, x64
