Package: polyCub Title: Cubature over Polygonal Domains Version: 0.9.4 Date: 2026-04-24 Authors@R: c( person("Sebastian", "Meyer", email = "seb.meyer@fau.de", role = c("aut","cre","trl"), comment = c(ORCID = "0000-0002-1791-9449")), person("Leonhard", "Held", role = "ths"), person("Michael", "Hoehle", role = "ths") ) Description: 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, ), 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, , Supplement B). For simple integration along the axes, the 'cubature' package is more appropriate. License: GPL-2 URL: https://github.com/bastistician/polyCub BugReports: https://github.com/bastistician/polyCub/issues Note: Building the package requires R >= 4.6.0 for \bibshow{} et al. Depends: R (>= 3.4.0), methods Imports: grDevices, graphics, stats, sp (>= 1.0-11) Suggests: spatstat.geom, lattice, mvtnorm, statmod, sf, cubature, litedown (>= 0.9), microbenchmark VignetteBuilder: litedown Roxygen: list(old_usage = TRUE) RoxygenNote: 7.3.3 Repository: https://bastistician.r-universe.dev Date/Publication: 2026-04-24 09:04:53 UTC RemoteUrl: https://github.com/bastistician/polycub RemoteRef: HEAD RemoteSha: de18699f6897e4e99365d9af11985c6b0c55d704 NeedsCompilation: yes Packaged: 2026-07-03 09:25:28 UTC; root Author: Sebastian Meyer [aut, cre, trl] (ORCID: ), Leonhard Held [ths], Michael Hoehle [ths] Maintainer: Sebastian Meyer