Source: r-cran-geometry
Standards-Version: 4.7.3
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 r-cran-magic,
 r-cran-rcpp,
 r-cran-lpsolve,
 r-cran-linprog,
 r-cran-rcppprogress,
 architecture-is-64-bit,
 architecture-is-little-endian,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-geometry
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-geometry.git
Homepage: https://cran.r-project.org/package=geometry
Rules-Requires-Root: no

Package: r-cran-geometry
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Mesh Generation and Surface Tessellation
 Makes the 'Qhull' library <http://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 2D, 3D, 4D, 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.
