pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-e1071



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jan 26 10:55:59 UTC 2024

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

Log Message:
(math/R-e1071) Updated 1.7.13 to 1.7.14

Changes in version 1.7-14:

        - fix incomplete arguments to avoid partial matches

        - fix small bug in svm.cpp (Rprintf() wrongly called)

        - fix predict.gknn() and predict.svn() to allow for
          newdata argument with character variables instead of
          factors (levels are taken from original data).


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/R-e1071/Makefile \
    pkgsrc/math/R-e1071/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-e1071/Makefile
diff -u pkgsrc/math/R-e1071/Makefile:1.14 pkgsrc/math/R-e1071/Makefile:1.15
--- pkgsrc/math/R-e1071/Makefile:1.14   Sun Feb 12 04:16:32 2023
+++ pkgsrc/math/R-e1071/Makefile        Fri Jan 26 10:55:59 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2023/02/12 04:16:32 mef Exp $
+# $NetBSD: Makefile,v 1.15 2024/01/26 10:55:59 mef Exp $
 
 R_PKGNAME=     e1071
-R_PKGVER=      1.7-13
+R_PKGVER=      1.7-14
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Misc Functions of the Department of Statistics (e1071), TU Wien
@@ -9,11 +9,21 @@ LICENSE=      gnu-gpl-v2 OR gnu-gpl-v3
 
 DEPENDS+=      R-proxy-[0-9]*:../../math/R-proxy
 
-# Packages suggested but not available: 'mlbench', 'slam'
+TEST_DEPENDS+= R-mlbench-[0-9]*:../../benchmarks/R-mlbench
 TEST_DEPENDS+= R-randomForest-[0-9]*:../../math/R-randomForest
+TEST_DEPENDS+= R-slam-[0-9]*:../../math/R-slam
 TEST_DEPENDS+= R-SparseM-[0-9]*:../../math/R-SparseM
 TEST_DEPENDS+= R-xtable-[0-9]*:../../math/R-xtable
-TEST_DEPENDS+= R-mlbench-[0-9]*:../../benchmarks/R-mlbench
+
+# !pdfTeX error: pdflatex (file ectt0900): Font ectt0900 at 600 not found
+TEST_DEPENDS+= tex-a4wide-[0-9]*:../../print/tex-a4wide
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
 USE_LANGUAGES= c c++
 
Index: pkgsrc/math/R-e1071/distinfo
diff -u pkgsrc/math/R-e1071/distinfo:1.14 pkgsrc/math/R-e1071/distinfo:1.15
--- pkgsrc/math/R-e1071/distinfo:1.14   Sun Feb 12 04:16:32 2023
+++ pkgsrc/math/R-e1071/distinfo        Fri Jan 26 10:55:59 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/02/12 04:16:32 mef Exp $
+$NetBSD: distinfo,v 1.15 2024/01/26 10:55:59 mef Exp $
 
-BLAKE2s (R/e1071_1.7-13.tar.gz) = f3e721c3414100e0d222f164415c7e60c946aa4a3278eff5d8fe9a1fa97f7c51
-SHA512 (R/e1071_1.7-13.tar.gz) = 8ba2061f3940565a93cb66a371d30875dcb2b3e1f88bf316e7e93e7407a67c40df0ca8f4307a116c0774724dd9db4153cd30b62af57d1b6c4b49039dd97170cc
-Size (R/e1071_1.7-13.tar.gz) = 314205 bytes
+BLAKE2s (R/e1071_1.7-14.tar.gz) = 766862f8b3204496bcbdb8035199a5240cbd6667dd28c7015a457e6e7411d573
+SHA512 (R/e1071_1.7-14.tar.gz) = 24919f1de63439f0533cc6d3f65289d47fee0e3ca63b29ea2531e087cb5b8bd27d4b8405902e69cac9ffcec6d17fe10e9635c66423cbdfeebce7c5579bb52728
+Size (R/e1071_1.7-14.tar.gz) = 326383 bytes



Home | Main Index | Thread Index | Old Index