diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-09-26 19:33:02 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-09-26 19:33:02 +0000 |
commit | b98f7f2e6d58043c6cf4287e25d3a719f734a99f (patch) | |
tree | 952af3d3358653dbbf533689d71927052ce64cf5 /math | |
parent | 27ba50c59e8c10fe615a9d23681f34dfd08f92d1 (diff) | |
download | pkgsrc-b98f7f2e6d58043c6cf4287e25d3a719f734a99f.tar.gz |
Import R-car-2.0.11 as math/R-car
This package accompanies J. Fox and S. Weisberg, An R Companion to
Applied Regression, Second Edition, Sage, 2011.
Used by math/R-Rcmdr.
OKed by wiz@.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-car/DESCR | 2 | ||||
-rw-r--r-- | math/R-car/Makefile | 18 | ||||
-rw-r--r-- | math/R-car/distinfo | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/math/R-car/DESCR b/math/R-car/DESCR new file mode 100644 index 00000000000..fa5077a2ea9 --- /dev/null +++ b/math/R-car/DESCR @@ -0,0 +1,2 @@ +This package accompanies J. Fox and S. Weisberg, An R Companion to +Applied Regression, Second Edition, Sage, 2011. diff --git a/math/R-car/Makefile b/math/R-car/Makefile new file mode 100644 index 00000000000..8958d4aabbd --- /dev/null +++ b/math/R-car/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/09/26 19:33:02 ryoon Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/car/ +COMMENT= Accompanies An R Companion to Applied Regression, 2nd Edition + +R_PKGNAME= car +R_PKGVER= 2.0-11 + +WRKSRC= ${WRKDIR}/car +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-car/distinfo b/math/R-car/distinfo new file mode 100644 index 00000000000..0131fb97b88 --- /dev/null +++ b/math/R-car/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/09/26 19:33:02 ryoon Exp $ + +SHA1 (R/car_2.0-11.tar.gz) = bb016ef131b51a7f3bc6be71901f38d1f284dd23 +RMD160 (R/car_2.0-11.tar.gz) = 678bd31e82f3b93718442a8c8326ef7505f8c591 +Size (R/car_2.0-11.tar.gz) = 318150 bytes |