diff options
author | markd <markd@pkgsrc.org> | 2002-04-23 01:38:58 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-04-23 01:38:58 +0000 |
commit | 692344d16ceefdc998c9f209826ab9f38ed61f5f (patch) | |
tree | afc946a45eaff8348ee2a99c00df654fc9c5330e /math/R-rpart | |
parent | d2d849b752d1e9241cb1e7c458845dab349a0832 (diff) | |
download | pkgsrc-692344d16ceefdc998c9f209826ab9f38ed61f5f.tar.gz |
Initial import of R extension library rpart, version 3.1-5
Recursive partitioning and regression trees
Diffstat (limited to 'math/R-rpart')
-rw-r--r-- | math/R-rpart/DESCR | 1 | ||||
-rw-r--r-- | math/R-rpart/Makefile | 12 | ||||
-rw-r--r-- | math/R-rpart/distinfo | 4 |
3 files changed, 17 insertions, 0 deletions
diff --git a/math/R-rpart/DESCR b/math/R-rpart/DESCR new file mode 100644 index 00000000000..23fbbb04588 --- /dev/null +++ b/math/R-rpart/DESCR @@ -0,0 +1 @@ +Recursive partitioning and regression trees diff --git a/math/R-rpart/Makefile b/math/R-rpart/Makefile new file mode 100644 index 00000000000..79c10c1ee8c --- /dev/null +++ b/math/R-rpart/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:38:58 markd Exp $ + +R_PKGNAME= rpart +R_PKGVER= 3.1-5 + +MAINTAINER= markd@netbsd.org +COMMENT= Recursive partitioning + +PLIST_SRC= /dev/null + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-rpart/distinfo b/math/R-rpart/distinfo new file mode 100644 index 00000000000..035c5575eee --- /dev/null +++ b/math/R-rpart/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/04/23 01:38:58 markd Exp $ + +SHA1 (R/rpart_3.1-5.tar.gz) = fa2bd31964227537064bc95ab177b30873cf1a6a +Size (R/rpart_3.1-5.tar.gz) = 110361 bytes |