Package: geometry
Maintainer: David C. Sterratt <david.c.sterratt@ed.ac.uk>
License: GPL (>= 3) + file LICENSE
Title: Mesh generation and surface tesselation
Author: C. B. Barber, Kai Habel, Raoul Grasman, Robert B. Gramacy, Andreas
    Stahel and David C. Sterratt
Description: This package 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.3-4
URL: http://geometry.r-forge.r-project.org/
Date: 2014-03-04
BugReports: https://r-forge.r-project.org/tracker/?group_id=1149
Depends: R (>= 2.5.0), magic
Suggests: rgl, R.matlab, tripack
Collate: 'convhulln.R' 'delaunayn.R' 'distmesh2d.R' 'distmeshnd.R'
        'entry.value.R' 'extprod3d.R' 'matmax.R' 'matmin.R'
        'matorder.R' 'matsort.R' 'mesh.dcircle.R' 'mesh.diff.R'
        'mesh.drectangle.R' 'mesh.dsphere.R' 'mesh.hunif.R'
        'mesh.intersect.R' 'mesh.union.R' 'surf.tri.R' 'tetramesh.R'
        'trimesh.R' 'trisplinter.R' 'tsearch.R' 'Unique.R' 'dotprod.R'
        'polyarea.R'
Repository: CRAN
Repository/R-Forge/Project: geometry
Repository/R-Forge/Revision: 128
Repository/R-Forge/DateTimeStamp: 2014-03-05 17:21:51
Date/Publication: 2014-03-06 13:44:47
Packaged: 2014-03-05 19:18:14 UTC; rforge
NeedsCompilation: yes
