diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-spData/Makefile | 16 | ||||
-rw-r--r-- | math/R-cran-spData/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-spData/pkg-descr | 11 |
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/ |