pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-spacetime Import R-spacetime v0.6-2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1d4b989c403
branches:  trunk
changeset: 602588:a1d4b989c403
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Apr 15 17:33:04 2012 +0000

description:
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:

 math/R-spacetime/DESCR    |   8 ++++++++
 math/R-spacetime/Makefile |  19 +++++++++++++++++++
 math/R-spacetime/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 3204a313f571 -r a1d4b989c403 math/R-spacetime/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-spacetime/DESCR    Sun Apr 15 17:33:04 2012 +0000
@@ -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 -r 3204a313f571 -r a1d4b989c403 math/R-spacetime/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-spacetime/Makefile Sun Apr 15 17:33:04 2012 +0000
@@ -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@localhost
+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 -r 3204a313f571 -r a1d4b989c403 math/R-spacetime/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-spacetime/distinfo Sun Apr 15 17:33:04 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index