guix-commits
[Top][All Lists]
Advanced

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

04/80: gnu: Add r-spatstat-data.


From: guix-commits
Subject: 04/80: gnu: Add r-spatstat-data.
Date: Wed, 12 Aug 2020 07:57:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6fb37996018fe3fe93360cb9cb3c9255edb9f949
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 12 11:53:49 2020 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fa4825d..ad3c642 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22795,3 +22795,26 @@ diagonals.  This package allows you to compute the 
tensor product of arrays.")
      "This package contains utility functions for the @code{spatstat} package
 which may also be useful for other purposes.")
     (license license:gpl2+)))
+
+(define-public r-spatstat-data
+  (package
+    (name "r-spatstat-data")
+    (version "1.4-3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "spatstat.data" version))
+       (sha256
+        (base32
+         "18lfj5vkwxgf5w9qz0g5al3zy8y2yi3bnd13w24hszfc82nbcmc9"))))
+    (properties `((upstream-name . "spatstat.data")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-matrix" ,r-matrix)
+       ("r-spatstat-utils" ,r-spatstat-utils)))
+    (home-page "http://www.spatstat.org";)
+    (synopsis "Datasets for spatstat")
+    (description
+     "This package contains all the datasets for the @code{spatstat}
+package.")
+    (license license:gpl2+)))



reply via email to

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