pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-randomForest



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun 10 11:58:45 UTC 2023

Modified Files:
        pkgsrc/math/R-randomForest: Makefile distinfo

Log Message:
(math/R-randomForest) Updated 4.6.14 to 4.7.1.1

Changes in 4.7-1:

* The long-standing wishlist item of case weights (used only in sampling)
  is now available (thanks to urging from Robert Tishirani and implementation
  by Ethan Liaw).


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/R-randomForest/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/R-randomForest/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-randomForest/Makefile
diff -u pkgsrc/math/R-randomForest/Makefile:1.11 pkgsrc/math/R-randomForest/Makefile:1.12
--- pkgsrc/math/R-randomForest/Makefile:1.11    Thu Aug  8 19:53:53 2019
+++ pkgsrc/math/R-randomForest/Makefile Sat Jun 10 11:58:44 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2019/08/08 19:53:53 brook Exp $
+# $NetBSD: Makefile,v 1.12 2023/06/10 11:58:44 mef Exp $
 
 R_PKGNAME=     randomForest
-R_PKGVER=      4.6-14
-CATEGORIES=    math
+R_PKGVER=      4.7-1.1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Breiman and Cutler's Random Forests for Classification and Regression
@@ -10,5 +9,7 @@ LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 USE_LANGUAGES= c fortran
 
+TEST_DEPENDS+= R-RColorBrewer-[0-9]*:../../math/R-RColorBrewer
+
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/R-randomForest/distinfo
diff -u pkgsrc/math/R-randomForest/distinfo:1.8 pkgsrc/math/R-randomForest/distinfo:1.9
--- pkgsrc/math/R-randomForest/distinfo:1.8     Tue Oct 26 10:55:31 2021
+++ pkgsrc/math/R-randomForest/distinfo Sat Jun 10 11:58:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:55:31 nia Exp $
+$NetBSD: distinfo,v 1.9 2023/06/10 11:58:44 mef Exp $
 
-BLAKE2s (R/randomForest_4.6-14.tar.gz) = 0ecacc8c275198521384974e999bc5616e07a96dccb13ab42e6237286274a6e0
-SHA512 (R/randomForest_4.6-14.tar.gz) = 3e1ff9be3517a6b3ea6e3749e7c8697d7c3c695272ef699224e56bbbcd26e856ad8f556a434b73011ca0f0053de216a9e97a1aa0b77304bc4245638621436cd2
-Size (R/randomForest_4.6-14.tar.gz) = 80074 bytes
+BLAKE2s (R/randomForest_4.7-1.1.tar.gz) = 9906c315a60a8696f2b87ccf0fb7ecdb5f99f4f5edbe5ec6923ad109c2c561bc
+SHA512 (R/randomForest_4.7-1.1.tar.gz) = 1a0277e84fed321397384425af1e1e52e116dfadea2f066117f2cd9817707dd22a28f9b4d6e285087c7e651e6f75c735171cd66edea83364e943e5562071391c
+Size (R/randomForest_4.7-1.1.tar.gz) = 80886 bytes



Home | Main Index | Thread Index | Old Index