mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Add r-gamm4.
* gnu/packages/cran.scm (r-gamm4): New variable.
This commit is contained in:
parent
f0862a3578
commit
8d15940f3c
1 changed files with 25 additions and 0 deletions
|
@ -22836,6 +22836,31 @@ (define-public r-rserve
|
|||
included in this package as well.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-gamm4
|
||||
(package
|
||||
(name "r-gamm4")
|
||||
(version "0.2-6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gamm4" version))
|
||||
(sha256
|
||||
(base32
|
||||
"128c725y9s07c1m9cvd9hgi9hldrymcs5divd8pw7bdjh9jvdiap"))))
|
||||
(properties `((upstream-name . "gamm4")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-lme4" ,r-lme4)
|
||||
("r-matrix" ,r-matrix)
|
||||
("r-mgcv" ,r-mgcv)))
|
||||
(home-page "https://cran.r-project.org/web/packages/gamm4/")
|
||||
(synopsis "Generalized additive mixed models using mgcv and lme4")
|
||||
(description
|
||||
"Estimate generalized additive mixed models via a version of function
|
||||
@code{gamm} from the @code{mgcv} package, using the @code{lme4} packagefor
|
||||
estimation.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-brms
|
||||
(package
|
||||
(name "r-brms")
|
||||
|
|
Loading…
Reference in a new issue