guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: Add r-dlm.


From: guix-commits
Subject: 02/03: gnu: Add r-dlm.
Date: Mon, 11 Apr 2022 10:12:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b96c0b051dc427c4e1c0fbaa2878a7629a5ce2e3
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Apr 8 16:59:53 2022 +0200

    gnu: Add r-dlm.
    
    * gnu/packages/cran.scm (r-dlm): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8a7d98cf30..24be945e74 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -659,6 +659,26 @@ size and can be easily tested locally before being sent to 
a remote.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]