diff options
author | rillig <rillig> | 2005-11-04 08:04:13 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-04 08:04:13 +0000 |
commit | 312ac22d58b56b4d53eb9da9f259005672479782 (patch) | |
tree | 68943118670be9c0430d4d17fe2736d8b1f5b69f /math/R-DAAG | |
parent | d2aaca4e4f53de5c29f9045913d78a707adea3c2 (diff) | |
download | pkgsrc-312ac22d58b56b4d53eb9da9f259005672479782.tar.gz |
Imported R-DAAG from pkgsrc-wip.
consists of data sets and functions with our (John Maindonald
and John Braun's) book, Data Analysis and Graphics Using
R, published by Cambridge University Press.
Diffstat (limited to 'math/R-DAAG')
-rw-r--r-- | math/R-DAAG/DESCR | 3 | ||||
-rw-r--r-- | math/R-DAAG/Makefile | 15 | ||||
-rw-r--r-- | math/R-DAAG/PLIST | 1 | ||||
-rw-r--r-- | math/R-DAAG/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/math/R-DAAG/DESCR b/math/R-DAAG/DESCR new file mode 100644 index 00000000000..cd13442eb94 --- /dev/null +++ b/math/R-DAAG/DESCR @@ -0,0 +1,3 @@ +consists of data sets and functions with our (John Maindonald +and John Braun's) book, Data Analysis and Graphics Using +R, published by Cambridge University Press. diff --git a/math/R-DAAG/Makefile b/math/R-DAAG/Makefile new file mode 100644 index 00000000000..4ef53fcde1a --- /dev/null +++ b/math/R-DAAG/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:04:13 rillig Exp $ +# + +CATEGORIES= databases math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/DAAG.html +COMMENT= Example data sets and functions implmented in R + +R_PKGNAME= DAAG +R_PKGVER= 0.37 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-DAAG/PLIST b/math/R-DAAG/PLIST new file mode 100644 index 00000000000..589fdc9ddca --- /dev/null +++ b/math/R-DAAG/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:04:13 rillig Exp $ diff --git a/math/R-DAAG/distinfo b/math/R-DAAG/distinfo new file mode 100644 index 00000000000..5c908b595b1 --- /dev/null +++ b/math/R-DAAG/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:04:13 rillig Exp $ + +SHA1 (R/DAAG_0.37.tar.gz) = be2a3a2c68234db84469ed0f8a3d149bcef7de26 +RMD160 (R/DAAG_0.37.tar.gz) = 9757d4d396490775e5b982b628e12d3106be0a39 +Size (R/DAAG_0.37.tar.gz) = 249558 bytes |