File: control

package info (click to toggle)
mgcv 1.8-41-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,172 kB
  • sloc: ansic: 13,425; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 984 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
Source: mgcv
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper-compat (= 11), r-base-dev (>= 4.2.1), r-cran-nlme, r-cran-matrix, dh-r
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/edd/r-cran-mgcv
Vcs-Git: https://salsa.debian.org/edd/r-cran-mgcv.git
Homepage: https://cran.r-project.org/package=mgcv

Package: r-cran-mgcv
Architecture: any
Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}, r-cran-nlme, r-cran-matrix
Replaces: r-recommended (<< 1.9.0)
Description: GNU R package for multiple parameter smoothing estimation
 This package provides functions for generalised additive models (GAMs)
 and other generalized ridge regression problems with multiple smoothing 
 parameter selection by GCV or UBRE. It includes an implementation (not 
 a clone) of gam(). 
 .
 This package is part of the set of packages that are 'recommended' 
 by R Core and shipped with upstream source releases of R itself.