From 80a876b524c792ed3613401c8c8eda9a1ba5a909 Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Mon, 2 Apr 2018 07:36:05 +0000 Subject: - 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/ --- math/Makefile | 1 + math/R-cran-spData/Makefile | 16 ++++++++++++++++ math/R-cran-spData/distinfo | 3 +++ math/R-cran-spData/pkg-descr | 11 +++++++++++ 4 files changed, 31 insertions(+) create mode 100644 math/R-cran-spData/Makefile create mode 100644 math/R-cran-spData/distinfo create mode 100644 math/R-cran-spData/pkg-descr (limited to 'math') 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 +# $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 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/ -- cgit v1.2.3