Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2018 07:36:05 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466204 - in head/math: . R-cran-spData
Message-ID:  <201804020736.w327a5iT084635@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Mon Apr  2 07:36:05 2018
New Revision: 466204
URL: https://svnweb.freebsd.org/changeset/ports/466204

Log:
  - 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/

Added:
  head/math/R-cran-spData/
  head/math/R-cran-spData/Makefile   (contents, props changed)
  head/math/R-cran-spData/distinfo   (contents, props changed)
  head/math/R-cran-spData/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Mon Apr  2 07:11:40 2018	(r466203)
+++ head/math/Makefile	Mon Apr  2 07:36:05 2018	(r466204)
@@ -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

Added: head/math/R-cran-spData/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-spData/Makefile	Mon Apr  2 07:36:05 2018	(r466204)
@@ -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>

Added: head/math/R-cran-spData/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-spData/distinfo	Mon Apr  2 07:36:05 2018	(r466204)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1522652621
+SHA256 (spData_0.2.8.3.tar.gz) = 946b86fde54607e71dacf96cedcdd0a15b472142cb2d2f6c3d5fe4f8ab43c370
+SIZE (spData_0.2.8.3.tar.gz) = 3526342

Added: head/math/R-cran-spData/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-spData/pkg-descr	Mon Apr  2 07:36:05 2018	(r466204)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804020736.w327a5iT084635>