[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/28: gnu: Add r-spatstat-sparse.
From: |
guix-commits |
Subject: |
01/28: gnu: Add r-spatstat-sparse. |
Date: |
Mon, 15 Mar 2021 08:46:13 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 78373e394dc1d0e04d76c491767ffa527920f3b3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Mar 15 13:36:57 2021 +0100
gnu: Add r-spatstat-sparse.
* gnu/packages/cran.scm (r-spatstat-sparse): New variable.
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 30c346d..6ae746a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24809,6 +24809,33 @@ diagonals. This package allows you to compute the
tensor product of arrays.")
which may also be useful for other purposes.")
(license license:gpl2+)))
+(define-public r-spatstat-sparse
+ (package
+ (name "r-spatstat-sparse")
+ (version "1.2-1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "spatstat.sparse" version))
+ (sha256
+ (base32
+ "1w312q7gxzchigxxzk9akscdsz66j5085lgjryamschjgp4f8yk2"))))
+ (properties
+ `((upstream-name . "spatstat.sparse")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-abind" ,r-abind)
+ ("r-matrix" ,r-matrix)
+ ("r-spatstat-utils" ,r-spatstat-utils)
+ ("r-tensor" ,r-tensor)))
+ (home-page "http://spatstat.org/")
+ (synopsis "Sparse three-dimensional arrays and linear algebra utilities")
+ (description
+ "This package defines sparse three-dimensional arrays and supports
+standard operations on them. The package also includes utility functions for
+matrix calculations that are common in statistics, such as quadratic forms.")
+ (license license:gpl2+)))
+
(define-public r-spatstat-data
(package
(name "r-spatstat-data")
- branch master updated (1ed435b -> 53dff6a), guix-commits, 2021/03/15
- 01/28: gnu: Add r-spatstat-sparse.,
guix-commits <=
- 04/28: gnu: Add r-spatstat-linnet., guix-commits, 2021/03/15
- 08/28: gnu: r-ipred: Update to 0.9-11., guix-commits, 2021/03/15
- 06/28: gnu: r-rvest: Update to 1.0.0., guix-commits, 2021/03/15
- 07/28: gnu: r-lava: Update to 1.6.9., guix-commits, 2021/03/15
- 12/28: gnu: r-flextable: Update to 0.6.4., guix-commits, 2021/03/15
- 02/28: gnu: Add r-spatstat-geom., guix-commits, 2021/03/15
- 03/28: gnu: Add r-spatstat-core., guix-commits, 2021/03/15
- 05/28: gnu: r-zoo: Update to 1.8-9., guix-commits, 2021/03/15
- 10/28: gnu: r-utf8: Update to 1.2.1., guix-commits, 2021/03/15
- 09/28: gnu: r-xfun: Update to 0.22., guix-commits, 2021/03/15