diff options
author | brook <brook@pkgsrc.org> | 2012-04-15 17:33:04 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2012-04-15 17:33:04 +0000 |
commit | ba4b287a98782687ab87199f7f6f31784c02e823 (patch) | |
tree | b110083f8d2b0d2caef1eb8bce100048b6393ad1 /math/R-spacetime | |
parent | 4eefdd5d0c10f9e046bdef3399090711935af1ff (diff) | |
download | pkgsrc-ba4b287a98782687ab87199f7f6f31784c02e823.tar.gz |
Import R-spacetime v0.6-2.
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.
Diffstat (limited to 'math/R-spacetime')
-rw-r--r-- | math/R-spacetime/DESCR | 8 | ||||
-rw-r--r-- | math/R-spacetime/Makefile | 19 | ||||
-rw-r--r-- | math/R-spacetime/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/math/R-spacetime/DESCR b/math/R-spacetime/DESCR new file mode 100644 index 00000000000..dcea113b2b4 --- /dev/null +++ b/math/R-spacetime/DESCR @@ -0,0 +1,8 @@ +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. diff --git a/math/R-spacetime/Makefile b/math/R-spacetime/Makefile new file mode 100644 index 00000000000..5822d5a983f --- /dev/null +++ b/math/R-spacetime/Makefile @@ -0,0 +1,19 @@ +# $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" diff --git a/math/R-spacetime/distinfo b/math/R-spacetime/distinfo new file mode 100644 index 00000000000..768056cddc8 --- /dev/null +++ b/math/R-spacetime/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/04/15 17:33:04 brook Exp $ + +SHA1 (R/spacetime_0.6-2.tar.gz) = a9eb8572b64f4e149934f7d39b1ea6db8981b12b +RMD160 (R/spacetime_0.6-2.tar.gz) = 5ae8904042077057bb0791145fc45aff6e8c7efd +Size (R/spacetime_0.6-2.tar.gz) = 3456009 bytes |