[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/28: gnu: Add r-spatstat-geom.
From: |
guix-commits |
Subject: |
02/28: gnu: Add r-spatstat-geom. |
Date: |
Mon, 15 Mar 2021 08:46:14 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ddfe3f77a9354c166bdb6b09ae87e62a4c533eba
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Mar 15 13:39:00 2021 +0100
gnu: Add r-spatstat-geom.
* gnu/packages/cran.scm (r-spatstat-geom): 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 6ae746a..c70c734 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24859,6 +24859,33 @@ matrix calculations that are common in statistics,
such as quadratic forms.")
package.")
(license license:gpl2+)))
+(define-public r-spatstat-geom
+ (package
+ (name "r-spatstat-geom")
+ (version "1.65-5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "spatstat.geom" version))
+ (sha256
+ (base32
+ "0g0m5b3nbzpyblbp77n56k6aiw3fn23jkk72h9fhqlg1ydn2fzpk"))))
+ (properties `((upstream-name . "spatstat.geom")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-deldir" ,r-deldir)
+ ("r-polyclip" ,r-polyclip)
+ ("r-spatstat-data" ,r-spatstat-data)
+ ("r-spatstat-sparse" ,r-spatstat-sparse)
+ ("r-spatstat-utils" ,r-spatstat-utils)))
+ (home-page "http://spatstat.org/")
+ (synopsis "Geometrical functionality of the spatstat package")
+ (description
+ "This is a subset of the original spatstat package, containing the
+user-level code from spatstat which performs geometrical operations, except
+for the geometry of linear networks.")
+ (license license:gpl2+)))
+
(define-public r-spatstat
(package
(name "r-spatstat")
- branch master updated (1ed435b -> 53dff6a), guix-commits, 2021/03/15
- 01/28: gnu: Add r-spatstat-sparse., guix-commits, 2021/03/15
- 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 <=
- 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
- 11/28: gnu: r-maptools: Update to 1.1-1., guix-commits, 2021/03/15
- 16/28: gnu: r-parallelly: Update to 1.24.0., guix-commits, 2021/03/15
- 17/28: gnu: r-lavaan: Update to 0.6-8., guix-commits, 2021/03/15
- 22/28: gnu: r-bbotk: Update to 0.3.1., guix-commits, 2021/03/15
- 26/28: gnu: r-formatr: Update to 1.8., guix-commits, 2021/03/15
- 27/28: gnu: r-rcpparmadillo: Update to 0.10.2.2.0., guix-commits, 2021/03/15