File:  [cvs.NetBSD.org] / pkgsrc / geography / R-spData / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Sat Aug 8 23:35:17 2020 UTC (4 years, 6 months ago) by brook
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, HEAD
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.

# $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
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"

CVSweb <webmaster@jp.NetBSD.org>