pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography



Module Name:    pkgsrc
Committed By:   brook
Date:           Sat Aug  8 23:35:17 UTC 2020

Modified Files:
        pkgsrc/geography: Makefile
Added Files:
        pkgsrc/geography/R-spData: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/geography/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-spData/DESCR \
    pkgsrc/geography/R-spData/Makefile pkgsrc/geography/R-spData/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/Makefile
diff -u pkgsrc/geography/Makefile:1.93 pkgsrc/geography/Makefile:1.94
--- pkgsrc/geography/Makefile:1.93      Sat Aug  8 23:32:09 2020
+++ pkgsrc/geography/Makefile   Sat Aug  8 23:35:17 2020
@@ -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-raster
 SUBDIR+=       R-rgeos
 SUBDIR+=       R-rosm
 SUBDIR+=       R-sf
+SUBDIR+=       R-spData
 SUBDIR+=       R-spatstat
 SUBDIR+=       R-spatstat.data
 SUBDIR+=       R-spatstat.utils

Added files:

Index: pkgsrc/geography/R-spData/DESCR
diff -u /dev/null pkgsrc/geography/R-spData/DESCR:1.1
--- /dev/null   Sat Aug  8 23:35:17 2020
+++ pkgsrc/geography/R-spData/DESCR     Sat Aug  8 23:35:17 2020
@@ -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.
Index: pkgsrc/geography/R-spData/Makefile
diff -u /dev/null pkgsrc/geography/R-spData/Makefile:1.1
--- /dev/null   Sat Aug  8 23:35:17 2020
+++ pkgsrc/geography/R-spData/Makefile  Sat Aug  8 23:35:17 2020
@@ -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"
Index: pkgsrc/geography/R-spData/distinfo
diff -u /dev/null pkgsrc/geography/R-spData/distinfo:1.1
--- /dev/null   Sat Aug  8 23:35:17 2020
+++ pkgsrc/geography/R-spData/distinfo  Sat Aug  8 23:35:17 2020
@@ -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