guix-commits
[Top][All Lists]
Advanced

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

03/80: gnu: Add r-spatstat-utils.


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

rekado pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c8325ad..fa4825d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22774,3 +22774,24 @@ algorithms.")
 arrays collapsed in specific extents by summing along the appropriate
 diagonals.  This package allows you to compute the tensor product of arrays.")
     (license license:gpl2+)))
+
+(define-public r-spatstat-utils
+  (package
+    (name "r-spatstat-utils")
+    (version "1.17-0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "spatstat.utils" version))
+       (sha256
+        (base32
+         "08h9kzkkxvlnngxnv5mdylfali5jj4yhgbr8kvf8l7glswz6ik9r"))))
+    (properties
+     `((upstream-name . "spatstat.utils")))
+    (build-system r-build-system)
+    (home-page "http://www.spatstat.org";)
+    (synopsis "Utility functions for spatstat")
+    (description
+     "This package contains utility functions for the @code{spatstat} package
+which may also be useful for other purposes.")
+    (license license:gpl2+)))



reply via email to

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