From 442022abfbd115a55476c319b4179d0c372774a8 Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 4 Nov 2005 08:11:36 +0000 Subject: 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. --- 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(+) create mode 100644 math/R-abind/DESCR create mode 100644 math/R-abind/Makefile create mode 100644 math/R-abind/PLIST create mode 100644 math/R-abind/distinfo (limited to 'math') 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 -- cgit v1.2.3