mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: Add r-dlm.
* gnu/packages/cran.scm (r-dlm): New variable.
This commit is contained in:
parent
7cd1dd3e10
commit
b96c0b051d
1 changed files with 20 additions and 0 deletions
|
@ -659,6 +659,26 @@ (define-public r-clipr
|
|||
the system clipboards.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-dlm
|
||||
(package
|
||||
(name "r-dlm")
|
||||
(version "1.1-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dlm" version))
|
||||
(sha256
|
||||
(base32 "1aksm66sfa7ipl5xgs4j5giac7q2m744wjl40mva56xn6i674h4r"))))
|
||||
(properties `((upstream-name . "dlm")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/package=dlm")
|
||||
(synopsis "Bayesian and Likelihood Analysis of Dynamic Linear Models")
|
||||
(description
|
||||
"This package provides routines for Maximum likelihood, Kalman filtering
|
||||
and smoothing, and Bayesian analysis of Normal linear State Space models, also
|
||||
known as Dynamic Linear Models.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-zoo
|
||||
(package
|
||||
(name "r-zoo")
|
||||
|
|
Loading…
Reference in a new issue