Type: Package
Package: AlphaHull3D
Title: Alpha Hull Computation
Version: 2.0.0
Authors@R: person("Stéphane", "Laurent", email = "laurent_step@outlook.fr", role = c("aut", "cre"))
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Description: Computation of the alpha hull of a set of points in the 3D
    space, that is to say "something like the shape formed by these
    points". The alpha hull depends on a positive parameter alpha. When
    alpha goes to zero, the alpha hull degenerates to the set of points,
    while it is the convex hull of the set of points when alpha goes to
    infinity. Computations are performed by the 'CGAL' 'C++' library 
    <https://www.cgal.org/>.
License: GPL-3
Imports: Rcpp (>= 1.0.9), rgl, Rvcg
Suggests: uniformly
LinkingTo: BH, Rcpp, RcppCGAL, RcppEigen
Encoding: UTF-8
RoxygenNote: 7.2.1
URL: https://github.com/stla/AlphaHull3D
BugReports: https://github.com/stla/AlphaHull3D/issues
SystemRequirements: C++ 17, gmp, mpfr
Depends: R (>= 2.10)
LazyData: true
NeedsCompilation: yes
Packaged: 2022-11-25 08:29:23 UTC; stla
Author: Stéphane Laurent [aut, cre]
Repository: CRAN
Date/Publication: 2022-11-25 09:00:02 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-20 16:57:27 UTC; windows
Archs: i386, x64
