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
|
Source: r-cran-splines2
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-splines2
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-splines2.git
Homepage: https://cran.r-project.org/package=splines2
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-rcpp,
r-cran-rcpparmadillo
Testsuite: autopkgtest-pkg-r
Package: r-cran-splines2
Architecture: any
Depends: ${R:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R regression spline functions and classes
Constructs B-splines and its integral, monotone splines
(M-splines) and its integral (I-splines), convex splines (C-splines),
and their derivatives of given order. Piecewise constant basis is
allowed for B-splines and M-splines. See
De Boor (1978) <doi:10.1002/zamm.19800600129>,
Ramsay (1988) <doi:10.1214/ss/1177012761>, and
Meyer (2008) <doi:10.1214/08-AOAS167> for more information.
|