mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: Add r-acet.
* gnu/packages/cran.scm (r-acet): New variable.
This commit is contained in:
parent
1442ca7340
commit
43a70edc29
1 changed files with 26 additions and 0 deletions
|
@ -16996,3 +16996,29 @@ (define-public r-acebayes
|
||||||
dimensionality. This package uses @dfn{Approximate Coordinate Exchange} (ACE)
|
dimensionality. This package uses @dfn{Approximate Coordinate Exchange} (ACE)
|
||||||
to maximise an approximation to the expectation of the utility function.")
|
to maximise an approximation to the expectation of the utility function.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public r-acet
|
||||||
|
(package
|
||||||
|
(name "r-acet")
|
||||||
|
(version "1.8.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "ACEt" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0626d6kg485xjya164wagrr5z223jvi93ywbwpdns7fkm03c0dlq"))))
|
||||||
|
(properties `((upstream-name . "ACEt")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-bh" ,r-bh)
|
||||||
|
("r-mass" ,r-mass)
|
||||||
|
("r-rcpp" ,r-rcpp)
|
||||||
|
("r-rcpparmadillo" ,r-rcpparmadillo)))
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/ACEt/")
|
||||||
|
(synopsis "Estimating dynamic heritability and twin model comparison")
|
||||||
|
(description
|
||||||
|
"This package supports twin models that are able to estimate the dynamic
|
||||||
|
behaviour of the variance components in the classical twin models with respect
|
||||||
|
to age using B-splines and P-splines.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
Loading…
Reference in a new issue