Source: r-cran-polycub
Standards-Version: 4.7.4
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-sp,
 architecture-is-64-bit,
 architecture-is-little-endian,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-polycub
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-polycub.git
Homepage: https://cran.r-project.org/package=polyCub
Rules-Requires-Root: no

Package: r-cran-polycub
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Cubature over Polygonal Domains
 Numerical integration of continuously differentiable functions f(x,y)
 over simple closed polygonal domains. The following cubature methods
 are implemented: product Gauss cubature (Sommariva and Vianello, 2007,
 <doi:10.1007/s10543-007-0131-2>), the simple two-dimensional midpoint rule
 (wrapping 'spatstat.geom' functions), and adaptive cubature for radially
 symmetric functions via line integrate() along the polygon boundary
 (Meyer and Held, 2014, <doi:10.1214/14-AOAS743>, Supplement B). For simple
 integration along the axes, the 'cubature' package is more appropriate.
