guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: Add r-stam.


From: guix-commits
Subject: 05/09: gnu: Add r-stam.
Date: Fri, 24 Apr 2020 09:57:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 26e5dab74ae35f5a70838f1919cb81f40212c109
Author: Naga Malleswari <address@hidden>
AuthorDate: Fri Apr 24 01:51:33 2020 +0530

    gnu: Add r-stam.
    
    * gnu/packages/cran.scm (r-stam): New variable.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c7aaf8d..a81ca5c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21301,3 +21301,28 @@ computing for cross validation and subsampling is 
supported through the
      "This package provides regression models for grouped and coarse data,
 under the coarsened at random assumption.")
     (license license:gpl2+)))
+
+(define-public r-stam
+  (package
+    (name "r-stam")
+    (version "0.0-1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "stam" version))
+       (sha256
+        (base32
+         "1x1j45fir64kffny0nssb2hwn4rcp8gd2cjv6fw4yy0l4d0xi5iv"))))
+    (properties
+     `((upstream-name . "stam")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-np" ,r-np)
+       ("r-sp" ,r-sp)))
+    (home-page "https://cran.r-project.org/web/packages/stam";)
+    (synopsis "Spatio-temporal analysis and modelling")
+    (description
+     "This package provides various methods to conduct Spatio-Temporal
+Analysis and Modelling, including Exploratory Spatio-Temporal Analysis and
+Inferred Spatio-Temporal Modelling.")
+    (license license:gpl2+)))



reply via email to

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