Package: geometry License: GPL (>= 3) + file LICENSE Title: Mesh Generation and Surface Tesselation Authors@R: c(person("C. B.", "Barber" , role="cph"), person("Kai", "Habel", role=c("cph","aut")), person("Raoul", "Grasman", role=c("cph","aut")), person("Robert B.", "Gramacy", role=c("cph","aut")), person("Andreas", "Stahel", role=c("cph","aut")), person("David C.", "Sterratt", role=c("cph","aut","cre"), email="david.c.sterratt@ed.ac.uk")) Description: Makes the qhull library (www.qhull.org) available in R, in a similar manner as in Octave and MATLAB. Qhull computes convex hulls, Delaunay triangulations, halfspace intersections about a point, Voronoi diagrams, furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm for computing the convex hull. Qhull does not support constrained Delaunay triangulations, or mesh generation of non-convex objects, but the package does include some R functions that allow for this. Currently the package only gives access to Delaunay triangulation and convex hull computation. Version: 0.4.0 URL: http://geometry.r-forge.r-project.org/ Date: 2016-01-12 BugReports: https://r-forge.r-project.org/tracker/?group_id=1149 Depends: R (>= 2.5.0), magic Suggests: testthat, rgl, R.matlab, tripack Author: C. B. Barber [cph], Kai Habel [cph, aut], Raoul Grasman [cph, aut], Robert B. Gramacy [cph, aut], Andreas Stahel [cph, aut], David C. Sterratt [cph, aut, cre] Maintainer: David C. Sterratt Repository: R-Forge Repository/R-Forge/Project: geometry Repository/R-Forge/Revision: 188 Repository/R-Forge/DateTimeStamp: 2016-01-12 16:07:45 Date/Publication: 2016-01-12 16:07:45 NeedsCompilation: yes Packaged: 2016-08-18 11:13:00 UTC; rforge Built: R 3.4.0; x86_64-pc-linux-gnu; 2017-05-30 20:07:01 UTC; unix RemoteType: cran RemoteSha: 0.4.0 RemoteRepos: c("http://www.bioconductor.org/packages/release/bioc", "http://r-forge.r-project.org", "http://cran.utstat.utoronto.ca/", "http://probability.ca/cran", "http://cran.r-project.org") RemotePkgType: source