freebsd-ports/math/R-cran-spData/Makefile
TAKATSU Tomonari 80a876b524 - 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/
2018-04-02 07:36:05 +00:00

16 lines
290 B
Makefile

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