Package: RcppCGAL
Type: Package
Title: 'Rcpp' Integration for 'CGAL'
Version: 6.1
Date: 2025-10-08
Authors@R: 
    c(
    person(given = "Eric", family = "Dunipace", 
        role = c("aut", "cre"),
        email = "edunipace@mail.harvard.edu",
        comment = c(ORCID = "0000-0001-8909-213X")),
    person(given = "Tyler", "Morgan-Wall", 
        role = c("ctb"),
        email = "tylermw@gmail.com"),
    person("The CGAL Project", role = "cph")
    )
Description: Creates a header only package to link to the 'CGAL' 
  (Computational Geometry Algorithms Library)
  header files in 'Rcpp'. There are a variety of potential uses for 
  the software such as Hilbert sorting, K-D Tree nearest neighbors, 
  and convex hull algorithms. For more information about how to use the header files, 
  see the 'CGAL' documentation at <https://www.cgal.org>. Currently
  downloads version 6.1 of the 'CGAL' header files.
License: GPL-3
Imports: Rcpp, utils
Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0)
BugReports: https://github.com/ericdunipace/RcppCGAL/issues
NeedsCompilation: no
RoxygenNote: 7.3.3
Encoding: UTF-8
VignetteBuilder: knitr
Biarch: TRUE
Language: en-US
URL: https://github.com/ericdunipace/RcppCGAL
Config/testthat/edition: 3
Packaged: 2025-10-08 23:13:56 UTC; eifer
Author: Eric Dunipace [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-8909-213X>),
  Tyler Morgan-Wall [ctb],
  The CGAL Project [cph]
Maintainer: Eric Dunipace <edunipace@mail.harvard.edu>
Repository: CRAN
Date/Publication: 2025-10-09 05:10:35 UTC
Built: R 4.6.0; ; 2025-11-02 02:19:52 UTC; windows
