(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).
This commit is contained in:
mef 2024-01-26 10:55:59 +00:00
parent 88fe7077f9
commit 059e8f53f3
2 changed files with 18 additions and 8 deletions

View file

@ -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
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++

View file

@ -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