summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-04 08:11:36 +0000
committerrillig <rillig>2005-11-04 08:11:36 +0000
commit442022abfbd115a55476c319b4179d0c372774a8 (patch)
tree118082c63d4874292ab972d2fde0bc7eabd055b3 /math
parentbb23a891a0d828b00ce3fd25d96e163bf1490714 (diff)
downloadpkgsrc-442022abfbd115a55476c319b4179d0c372774a8.tar.gz
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 (limited to 'math')
-rw-r--r--math/R-abind/DESCR3
-rw-r--r--math/R-abind/Makefile15
-rw-r--r--math/R-abind/PLIST1
-rw-r--r--math/R-abind/distinfo5
4 files changed, 24 insertions, 0 deletions
diff --git a/math/R-abind/DESCR b/math/R-abind/DESCR
new file mode 100644
index 00000000000..30bc88d41c8
--- /dev/null
+++ b/math/R-abind/DESCR
@@ -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 --git a/math/R-abind/Makefile b/math/R-abind/Makefile
new file mode 100644
index 00000000000..bfaa59cf42d
--- /dev/null
+++ b/math/R-abind/Makefile
@@ -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
+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 --git a/math/R-abind/PLIST b/math/R-abind/PLIST
new file mode 100644
index 00000000000..4e422b02a28
--- /dev/null
+++ b/math/R-abind/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:11:36 rillig Exp $
diff --git a/math/R-abind/distinfo b/math/R-abind/distinfo
new file mode 100644
index 00000000000..41047deabbf
--- /dev/null
+++ b/math/R-abind/distinfo
@@ -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