gnu: r-mgcv: Move to set of recommended R packages.
* gnu/packages/statistics.scm (r-mgcv): Move up to set of recommended R packages.
This commit is contained in:
parent
248f65269a
commit
ac8d738b97
@ -429,6 +429,30 @@ and operations on them using LAPACK and SuiteSparse.")
|
|||||||
nonlinear mixed-effects models.")
|
nonlinear mixed-effects models.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-mgcv
|
||||||
|
(package
|
||||||
|
(name "r-mgcv")
|
||||||
|
(version "1.8-16")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "mgcv" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0pj31gdwra7nv8spys4pfcbmsik99q1y1d0d2g37ywc3sz5s0rlj"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-matrix" ,r-matrix)
|
||||||
|
("r-nlme" ,r-nlme)))
|
||||||
|
(home-page "http://cran.r-project.org/web/packages/mgcv")
|
||||||
|
(synopsis "Mixed generalised additive model computation")
|
||||||
|
(description
|
||||||
|
"GAMs, GAMMs and other generalized ridge regression with multiple smoothing
|
||||||
|
parameter estimation by GCV, REML or UBRE/AIC. The library includes a
|
||||||
|
@code{gam()} function, a wide variety of smoothers, JAGS support and
|
||||||
|
distributions beyond the exponential family.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-bit
|
(define-public r-bit
|
||||||
(package
|
(package
|
||||||
(name "r-bit")
|
(name "r-bit")
|
||||||
@ -668,27 +692,6 @@ and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
|
|||||||
'citation(\"Rcpp\")' for details on these last two.")
|
'citation(\"Rcpp\")' for details on these last two.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-mgcv
|
|
||||||
(package
|
|
||||||
(name "r-mgcv")
|
|
||||||
(version "1.8-16")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (cran-uri "mgcv" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0pj31gdwra7nv8spys4pfcbmsik99q1y1d0d2g37ywc3sz5s0rlj"))))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(home-page "http://cran.r-project.org/web/packages/mgcv")
|
|
||||||
(synopsis "Mixed generalised additive model computation")
|
|
||||||
(description
|
|
||||||
"GAMs, GAMMs and other generalized ridge regression with multiple smoothing
|
|
||||||
parameter estimation by GCV, REML or UBRE/AIC. The library includes a
|
|
||||||
@code{gam()} function, a wide variety of smoothers, JAGS support and
|
|
||||||
distributions beyond the exponential family.")
|
|
||||||
(license license:gpl2+)))
|
|
||||||
|
|
||||||
(define-public r-permute
|
(define-public r-permute
|
||||||
(package
|
(package
|
||||||
(name "r-permute")
|
(name "r-permute")
|
||||||
|
Loading…
Reference in New Issue
Block a user