summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2015-05-31 02:38:49 +0000
committerwen <wen@pkgsrc.org>2015-05-31 02:38:49 +0000
commit1271a1ede8d820ecac04c5b400c900ab50fd84e0 (patch)
tree7a5367e11f9214c64033474bd3a87794c68b14d8 /math
parentb5b1ba98dbafe86d3d93bea688f28dbd128206a7 (diff)
downloadpkgsrc-1271a1ede8d820ecac04c5b400c900ab50fd84e0.tar.gz
Update to 4.6.10
Upstream changes: Changes in 4.6-10: * Fixed bugs introduced in 4.6-8 and 4.6-9. Levels for ordered factors in predictors are no longer checked for consistency between training and test data in predict.randomForest(). In 4.6-9 the response is mean centered before running the algorithm (for regression), but the mean was not added back in the $y component of the return object from randomForest(). Changes in 4.6-9: * Categorical predictors are allowed to have up to 53 categories now. Changes in 4.6-8: * There was a bug in the handling of ordered factors in randomForest.formula(). (Reported by Barry Rawlingson.) * Changed randomForest.formula() and predict.randomForest() so that predict() without newdata when na.action=na.exclude pads the output with NAs to match the rows in the original data (suggested by Barry Rawlingson.). * There was a long standing bug in randomForest(..., proximity=TRUE, oob.prox=FALSE) in regression mode. (Thanks to Stefano Romano for the report.)
Diffstat (limited to 'math')
-rw-r--r--math/R-randomForest/Makefile4
-rw-r--r--math/R-randomForest/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/math/R-randomForest/Makefile b/math/R-randomForest/Makefile
index 7b8314c3458..02f4c0c4bcc 100644
--- a/math/R-randomForest/Makefile
+++ b/math/R-randomForest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/12/17 15:04:19 wen Exp $
+# $NetBSD: Makefile,v 1.8 2015/05/31 02:38:49 wen Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,7 +9,7 @@ COMMENT= Classification and regression based on a forest of trees
LICENSE= gnu-gpl-v2
R_PKGNAME= randomForest
-R_PKGVER= 4.6-7
+R_PKGVER= 4.6-10
USE_LANGUAGES= c fortran
diff --git a/math/R-randomForest/distinfo b/math/R-randomForest/distinfo
index 6a7d8769855..549c85495ca 100644
--- a/math/R-randomForest/distinfo
+++ b/math/R-randomForest/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/12/17 15:04:19 wen Exp $
+$NetBSD: distinfo,v 1.4 2015/05/31 02:38:49 wen Exp $
-SHA1 (R/randomForest_4.6-7.tar.gz) = 01f5455d952627cd7a2a1a3977ccfa4005121e9f
-RMD160 (R/randomForest_4.6-7.tar.gz) = 951808aeb479134080324792c6450fbb4196cf13
-Size (R/randomForest_4.6-7.tar.gz) = 77163 bytes
+SHA1 (R/randomForest_4.6-10.tar.gz) = 783a11470ec41e3a517e349288edef4825c56ec9
+RMD160 (R/randomForest_4.6-10.tar.gz) = bae834a90ae9d42f9a0e473c4a573413b4b06cd7
+Size (R/randomForest_4.6-10.tar.gz) = 79096 bytes