[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/119: gnu: Add r-s2.
From: |
guix-commits |
Subject: |
06/119: gnu: Add r-s2. |
Date: |
Sat, 10 Jul 2021 16:31:38 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 48abef355de31de07d891492efee1411213a63ad
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:35:29 2021 +0200
gnu: Add r-s2.
* gnu/packages/cran.scm (r-s2): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8933213..818aa9f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15893,6 +15893,37 @@ in R if the information they contain can be accessed
in R, for which
high-performance functions are provided here.")
(license license:expat)))
+(define-public r-s2
+ (package
+ (name "r-s2")
+ (version "1.0.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "s2" version))
+ (sha256
+ (base32
+ "1xd42bpbm090dqlldavbn6c1h1mfwhlws9536avan00w3szlxk56"))))
+ (properties `((upstream-name . "s2")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-rcpp" ,r-rcpp)
+ ("r-wk" ,r-wk)))
+ (inputs
+ `(("openssl" ,openssl)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (home-page "https://r-spatial.github.io/s2/")
+ (synopsis "Spherical geometry operators using the S2 geometry library")
+ (description
+ "This package provides R bindings for Google's s2 library for geometric
+calculations on the sphere. High-performance constructors and exporters
+provide high compatibility with existing spatial packages, transformers
+construct new geometries from existing geometries, predicates provide a means
+to select geometries based on spatial relationships, and accessors extract
+information about geometries.")
+ (license license:asl2.0)))
+
(define-public r-sf
(package
(name "r-sf")
- branch master updated (5c45ed0 -> 6db1afe), guix-commits, 2021/07/10
- 02/119: gnu: r-vdiffr: Update to 1.0.2., guix-commits, 2021/07/10
- 05/119: gnu: Add r-wk., guix-commits, 2021/07/10
- 06/119: gnu: Add r-s2.,
guix-commits <=
- 07/119: gnu: Add r-ggpp., guix-commits, 2021/07/10
- 09/119: gnu: r-biomart: Update to 2.48.2., guix-commits, 2021/07/10
- 03/119: gnu: r-gtools: Update to 3.9.2., guix-commits, 2021/07/10
- 01/119: gnu: r-rintrojs: Update to 0.3.0., guix-commits, 2021/07/10
- 04/119: gnu: Add r-reldist., guix-commits, 2021/07/10
- 08/119: gnu: r-annotationhub: Update to 3.0.1., guix-commits, 2021/07/10
- 10/119: gnu: r-biocparallel: Update to 1.26.1., guix-commits, 2021/07/10
- 11/119: gnu: r-edaseq: Update to 2.26.1., guix-commits, 2021/07/10
- 13/119: gnu: r-genomeinfodb: Update to 1.28.1., guix-commits, 2021/07/10
- 12/119: gnu: r-ensembldb: Update to 2.16.2., guix-commits, 2021/07/10