pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-abind Imported R-abind from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59cfbf1960bf
branches:  trunk
changeset: 502350:59cfbf1960bf
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 04 08:11:36 2005 +0000

description:
Imported R-abind from pkgsrc-wip.

Combine multi-dimensional arrays. This is a generalization of cbind
and rbind. Takes a sequence of vectors, matrices, or arrays and
produces a single array of the same or higher dimension.

diffstat:

 math/R-abind/DESCR    |   3 +++
 math/R-abind/Makefile |  15 +++++++++++++++
 math/R-abind/PLIST    |   1 +
 math/R-abind/distinfo |   5 +++++
 4 files changed, 24 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 3b5500d311c8 -r 59cfbf1960bf math/R-abind/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-abind/DESCR        Fri Nov 04 08:11:36 2005 +0000
@@ -0,0 +1,3 @@
+Combine multi-dimensional arrays. This is a generalization of cbind
+and rbind. Takes a sequence of vectors, matrices, or arrays and
+produces a single array of the same or higher dimension.
diff -r 3b5500d311c8 -r 59cfbf1960bf math/R-abind/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-abind/Makefile     Fri Nov 04 08:11:36 2005 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:11:36 rillig Exp $
+#
+
+CATEGORIES=             math
+MASTER_SITES=           ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=             mchittur%cs.nmsu.edu@localhost
+HOMEPAGE=               ${R_HOMEPAGE_BASE}/abind.html
+COMMENT=               Combine multi-dimensional arrays
+
+R_PKGNAME=             abind
+R_PKGVER=               1.1-0
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 3b5500d311c8 -r 59cfbf1960bf math/R-abind/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-abind/PLIST        Fri Nov 04 08:11:36 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:11:36 rillig Exp $
diff -r 3b5500d311c8 -r 59cfbf1960bf math/R-abind/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-abind/distinfo     Fri Nov 04 08:11:36 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:11:36 rillig Exp $
+
+SHA1 (R/abind_1.1-0.tar.gz) = d0c4c2aff944e1ee7c97fba8dccc5861096986e9
+RMD160 (R/abind_1.1-0.tar.gz) = 728391990ae80b68ff715eeedf36fca2bfe73c34
+Size (R/abind_1.1-0.tar.gz) = 10280 bytes



Home | Main Index | Thread Index | Old Index