Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography geography/R-spData: import R-spData-0.3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3794d5b9132e
branches:  trunk
changeset: 436757:3794d5b9132e
user:      brook <brook%pkgsrc.org@localhost>
date:      Sat Aug 08 23:35:17 2020 +0000

description:
geography/R-spData: import R-spData-0.3.3

Diverse spatial datasets for demonstrating, benchmarking and teaching
spatial data analysis. It includes R data of class sf (defined by the
package 'sf'), Spatial ('sp'), and nb ('spdep'). Unlike other spatial
data packages such as 'rnaturalearth' and 'maps', 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. cycle_hire() and
cycle_hire_osm(), for example, is designed to illustrate point pattern
analysis techniques.

diffstat:

 geography/Makefile          |   3 ++-
 geography/R-spData/DESCR    |   9 +++++++++
 geography/R-spData/Makefile |  17 +++++++++++++++++
 geography/R-spData/distinfo |   6 ++++++
 4 files changed, 34 insertions(+), 1 deletions(-)

diffs (61 lines):

diff -r 03e6aea53d22 -r 3794d5b9132e geography/Makefile
--- a/geography/Makefile        Sat Aug 08 23:32:24 2020 +0000
+++ b/geography/Makefile        Sat Aug 08 23:35:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2020/08/08 23:32:09 brook Exp $
+# $NetBSD: Makefile,v 1.94 2020/08/08 23:35:17 brook Exp $
 #
 
 COMMENT=       Software for geographical-related uses
@@ -15,6 +15,7 @@
 SUBDIR+=       R-rgeos
 SUBDIR+=       R-rosm
 SUBDIR+=       R-sf
+SUBDIR+=       R-spData
 SUBDIR+=       R-spatstat
 SUBDIR+=       R-spatstat.data
 SUBDIR+=       R-spatstat.utils
diff -r 03e6aea53d22 -r 3794d5b9132e geography/R-spData/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-spData/DESCR  Sat Aug 08 23:35:17 2020 +0000
@@ -0,0 +1,9 @@
+Diverse spatial datasets for demonstrating, benchmarking and teaching
+spatial data analysis. It includes R data of class sf (defined by the
+package 'sf'), Spatial ('sp'), and nb ('spdep'). Unlike other spatial
+data packages such as 'rnaturalearth' and 'maps', 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. cycle_hire() and
+cycle_hire_osm(), for example, is designed to illustrate point pattern
+analysis techniques.
diff -r 03e6aea53d22 -r 3794d5b9132e geography/R-spData/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-spData/Makefile       Sat Aug 08 23:35:17 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/08/08 23:35:17 brook Exp $
+
+R_PKGNAME=     spData
+R_PKGVER=      0.3.3
+CATEGORIES=    geography
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Datasets for Spatial Analysis
+LICENSE=       cc0-1.0-universal
+
+DEPENDS+=      R-raster>=3.0.12:../../geography/R-raster
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../math/R-sp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 03e6aea53d22 -r 3794d5b9132e geography/R-spData/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-spData/distinfo       Sat Aug 08 23:35:17 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/08 23:35:17 brook Exp $
+
+SHA1 (R/spData_0.3.3.tar.gz) = f69a27c85c0d8c4ad237b77163641ff563b28a8b
+RMD160 (R/spData_0.3.3.tar.gz) = 12cf2914839b8d952104de8b68ad76ac1dd96611
+SHA512 (R/spData_0.3.3.tar.gz) = 608dc84576520907a0f925fe857dbab923b53ebfeb051e853f416b358b8e67c0694fcd40bf7aeb9c70dbd27b6847b8b7b991f66928864864350eed9cb498a58c
+Size (R/spData_0.3.3.tar.gz) = 3484033 bytes



Home | Main Index | Thread Index | Old Index