freebsd-ports/math/R-cran-geometry/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
669 B
Plaintext

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.