Update to randomForest v4.6-6. Add a LICENSE.
This commit is contained in:
parent
91934595d3
commit
c35775418f
3 changed files with 9 additions and 7 deletions
|
@ -1 +1,2 @@
|
|||
Classification and regression based on a forest of trees using random inputs.
|
||||
Classification and regression based on a forest of trees using random
|
||||
inputs.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2011/12/19 22:27:05 markd Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2012/04/15 13:28:39 brook Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
|
@ -6,9 +6,10 @@ MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/
|
||||
COMMENT= Classification and regression based on a forest of trees
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= randomForest
|
||||
R_PKGVER= 4.5-34
|
||||
R_PKGVER= 4.6-6
|
||||
|
||||
USE_LANGUAGES= c fortran
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/12/11 19:06:17 adam Exp $
|
||||
$NetBSD: distinfo,v 1.2 2012/04/15 13:28:39 brook Exp $
|
||||
|
||||
SHA1 (R/randomForest_4.5-34.tar.gz) = 70bcc064f1483be9e2f556cb5a78d2b583806162
|
||||
RMD160 (R/randomForest_4.5-34.tar.gz) = c194ff850301a6ebd1885555bd699b5bae07093c
|
||||
Size (R/randomForest_4.5-34.tar.gz) = 76484 bytes
|
||||
SHA1 (R/randomForest_4.6-6.tar.gz) = 142f68dcfae31bd69927a11506fdbf795cba07af
|
||||
RMD160 (R/randomForest_4.6-6.tar.gz) = 59e795d2a09c382c016c5d5b11b366425ca73292
|
||||
Size (R/randomForest_4.6-6.tar.gz) = 76960 bytes
|
||||
|
|
Loading…
Reference in a new issue