A package with classes and methods for spatio-temporal data. In particular, space-time regular lattices, sparse lattices, and irregular data are supported, with limited support for trajectories, but not for topologies with S/T interactions such as space-time prisms. Utility functions are provided for plotting data as map sequences (lattice or animation) or multiple time series; for spatial and temporal selection, as well as methods for retrieving coordinates, for subsetting, print, summary, etc.
19 lines
510 B
Makefile
19 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/04/15 17:33:04 brook Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/spacetime/
|
|
COMMENT= Classes and methods for spatio-temporal data
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= spacetime
|
|
R_PKGVER= 0.6-2
|
|
|
|
DEPENDS+= R-sp>=0.9.98:../../math/R-sp
|
|
DEPENDS+= R-xts>=0.8.6:../../math/R-xts
|
|
DEPENDS+= R-zoo>=1.7.7:../../math/R-zoo
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|