gnu: Add r-gam.
* gnu/packages/cran.scm (r-gam): New variable.
This commit is contained in:
parent
9899f472e6
commit
4506ef4286
1 changed files with 26 additions and 0 deletions
|
@ -9709,6 +9709,32 @@ cross-validated AUC estimates based on influence curves for i.i.d. and pooled
|
||||||
repeated measures data, respectively.")
|
repeated measures data, respectively.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public r-gam
|
||||||
|
(package
|
||||||
|
(name "r-gam")
|
||||||
|
(version "1.20")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "gam" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1zhy2fp7pxac8xp3z3hndhprj4s5gx3305b627vc78bal1ml3swi"))))
|
||||||
|
(properties `((upstream-name . "gam")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-foreach" ,r-foreach)))
|
||||||
|
(native-inputs
|
||||||
|
`(("gfortran" ,gfortran)))
|
||||||
|
(home-page "https://cran.r-project.org/package=gam")
|
||||||
|
(synopsis "Generalized additive models")
|
||||||
|
(description
|
||||||
|
"This package provides functions for fitting and working with generalized
|
||||||
|
additive models, as described in chapter 7 of \"Statistical Models in
|
||||||
|
S\" (Chambers and Hastie (eds), 1991), and \"Generalized Additive
|
||||||
|
Models\" (Hastie and Tibshirani, 1990).")
|
||||||
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public r-mosaiccore
|
(define-public r-mosaiccore
|
||||||
(package
|
(package
|
||||||
(name "r-mosaiccore")
|
(name "r-mosaiccore")
|
||||||
|
|
Reference in a new issue