[r-cran-polycub] 01/04: drop redundant Build-Depends and update Description

Andreas Tille tille at debian.org
Mon Nov 13 10:10:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-polycub.

commit 28d2441e40fbb8d5e0cba6f50b3deb0ceb60d2ca
Author: Sebastian Meyer <seb.meyer at fau.de>
Date:   Mon Nov 13 10:03:28 2017 +0100

    drop redundant Build-Depends and update Description
---
 debian/control | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index bcbcf17..f42afc5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,7 @@ Priority: optional
 Build-Depends: debhelper (>= 10),
                dh-r,
                r-base-dev,
-               r-cran-sp,
-               r-cran-spatstat,
-               r-cran-statmod
+               r-cran-sp
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-polycub.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-polycub.git
@@ -22,12 +20,15 @@ Depends: ${misc: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.
+ The following methods for cubature (numerical integration)
+ over polygonal domains are currently implemented:
+ the two-dimensional midpoint rule as a simple wrapper around
+ as.im.function() from package 'spatstat' (Baddeley and Turner, 2005),
+ the product Gauss cubature by Sommariva and Vianello (2007),
+ an adaptive cubature for isotropic functions via line integrate()
+ along the boundary (Meyer and Held, 2014),
+ and quasi-exact methods specific to the integration of the
+ bivariate Gaussian density over polygonal and circular domains
+ (based on formulae from the Abramowitz and Stegun (1972) handbook).
+ For cubature over simple hypercubes, the packages 'cubature' and
+ 'R2Cuba' are more appropriate.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-polycub.git



More information about the debian-science-commits mailing list