File: control

package info (click to toggle)
r-cran-polycub 0.5-2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 340 kB
  • ctags: 2
  • sloc: ansic: 54; sh: 8; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,486 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: r-cran-polycub
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9.0),
               dh-r,
               r-base-dev,
               r-cran-sp,
               r-cran-spatstat,
               r-cran-statmod
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-science/packages/R/trunk/packages/r-cran-polycub/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/trunk/packages/r-cran-polycub/trunk/
Homepage: https://cran.r-project.org/package=polyCub

Package: r-cran-polycub
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${R:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R Cubature over Polygonal Domains
 PolyCub is a GNU R package providing methods for cubature (numerical
 integration) over polygonal domains. Currently, four cubature methods
 are implemented: the two-dimensional midpoint rule (a simple wrapper
 around spatstat::as.im.function), the product Gauss cubature proposed by
 Sommariva and Vianello (2007), an adaptive cubature for isotropic
 functions via line integrate() along the boundary, and quasi-exact
 methods specific to the integration of the bivariate Gaussian density
 over polygonal and circular domains. For cubature over simple
 hypercubes, the packages cubature and R2Cuba are more appropriate.