aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2018-04-02 15:36:05 +0800
committerTAKATSU Tomonari <tota@FreeBSD.org>2018-04-02 15:36:05 +0800
commit80a876b524c792ed3613401c8c8eda9a1ba5a909 (patch)
treed12bd1906eee7386f17f04596f41c595b2fb9e4d /math
parent272e27d4347fb3b1d06d8df551fc00cbdb019c4e (diff)
downloadfreebsd-ports-gnome-80a876b524c792ed3613401c8c8eda9a1ba5a909.tar.gz
freebsd-ports-gnome-80a876b524c792ed3613401c8c8eda9a1ba5a909.tar.zst
freebsd-ports-gnome-80a876b524c792ed3613401c8c8eda9a1ba5a909.zip
- Add new port: math/R-cran-spData
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. WWW: https://cran.r-project.org/web/packages/spData/
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-spData/Makefile16
-rw-r--r--math/R-cran-spData/distinfo3
-rw-r--r--math/R-cran-spData/pkg-descr11
4 files changed, 31 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index f18dd0513c7e..0bb1af351bb6 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -84,6 +84,7 @@
SUBDIR += R-cran-sf
SUBDIR += R-cran-sm
SUBDIR += R-cran-sp
+ SUBDIR += R-cran-spData
SUBDIR += R-cran-spdep
SUBDIR += R-cran-sspir
SUBDIR += R-cran-stabledist
diff --git a/math/R-cran-spData/Makefile b/math/R-cran-spData/Makefile
new file mode 100644
index 000000000000..8c6b3abae6c5
--- /dev/null
+++ b/math/R-cran-spData/Makefile
@@ -0,0 +1,16 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= spData
+PORTVERSION= 0.2.8.3
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Datasets for Spatial Analysis
+
+LICENSE= CC0-1.0
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-spData/distinfo b/math/R-cran-spData/distinfo
new file mode 100644
index 000000000000..a3fc342bf0f8
--- /dev/null
+++ b/math/R-cran-spData/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1522652621
+SHA256 (spData_0.2.8.3.tar.gz) = 946b86fde54607e71dacf96cedcdd0a15b472142cb2d2f6c3d5fe4f8ab43c370
+SIZE (spData_0.2.8.3.tar.gz) = 3526342
diff --git a/math/R-cran-spData/pkg-descr b/math/R-cran-spData/pkg-descr
new file mode 100644
index 000000000000..72c59ffdb613
--- /dev/null
+++ b/math/R-cran-spData/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+WWW: https://cran.r-project.org/web/packages/spData/