guix-commits
[Top][All Lists]
Advanced

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

06/15: gnu: Add r-spdata.


From: guix-commits
Subject: 06/15: gnu: Add r-spdata.
Date: Sun, 24 Mar 2019 18:44:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 66c08ff4c307300fd47239fe1aa4225bbbf98c3b
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Mar 24 23:22:12 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3fe4286..d4c7ef0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12071,3 +12071,28 @@ classes.")
      "This package provides selected commonly used methods for choosing
 univariate class intervals for mapping or other graphics purposes.")
     (license license:gpl2+)))
+
+(define-public r-spdata
+  (package
+    (name "r-spdata")
+    (version "0.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "spData" version))
+       (sha256
+        (base32
+         "162cqb331ki43jx4r8lpkjpn2l712figd896rnawg9j1jmjyl96y"))))
+    (properties `((upstream-name . "spData")))
+    (build-system r-build-system)
+    (home-page "https://github.com/Nowosad/spData";)
+    (synopsis "Datasets for spatial analysis")
+    (description
+     "This a package containing diverse spatial datasets for demonstrating,
+benchmarking and teaching spatial data analysis.  It includes R data of class
address@hidden, @code{Spatial}, and @code{nb}.  It also contains data stored in 
a
+range of file formats including GeoJSON, ESRI Shapefile and GeoPackage.  Some
+of the datasets are designed to illustrate specific analysis techniques.
address@hidden()} and @code{cycle_hire_osm()}, for example, are designed to
+illustrate point pattern analysis techniques.")
+    (license license:cc0)))



reply via email to

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