pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-classInt



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jan 25 13:32:00 UTC 2024

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

Log Message:
(math/R-classInt) Update 0.4.8 to 0.4.9, make test passed

## Version 0.4-9

- #41 issues. The maximum and minimum breaks are set to \code{+Inf}
   and \code{-Inf} to avoid errors induced in the earlier version
   where breaks could cease to be strictly ascending. The
   \code{legacy=} argument with value \code{TRUE} may be used to
   revert to the previous behaviour.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/R-classInt/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/R-classInt/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-classInt/Makefile
diff -u pkgsrc/math/R-classInt/Makefile:1.16 pkgsrc/math/R-classInt/Makefile:1.17
--- pkgsrc/math/R-classInt/Makefile:1.16        Sat Mar 11 13:51:34 2023
+++ pkgsrc/math/R-classInt/Makefile     Thu Jan 25 13:32:00 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2023/03/11 13:51:34 mef Exp $
+# $NetBSD: Makefile,v 1.17 2024/01/25 13:32:00 mef Exp $
 
 R_PKGNAME=     classInt
-R_PKGVER=      0.4-9
+R_PKGVER=      0.4-10
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Choose univariate class intervals
@@ -11,6 +11,15 @@ DEPENDS+=    R-e1071>=1.7.2:../../math/R-e1
 
 TEST_DEPENDS+= R-spData-[0-9]*:../../geography/R-spData
 TEST_DEPENDS+= R-units-[0-9]*:../../math/R-units
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
+
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
 
 USE_LANGUAGES= c fortran
 

Index: pkgsrc/math/R-classInt/distinfo
diff -u pkgsrc/math/R-classInt/distinfo:1.12 pkgsrc/math/R-classInt/distinfo:1.13
--- pkgsrc/math/R-classInt/distinfo:1.12        Sat Mar 11 13:51:34 2023
+++ pkgsrc/math/R-classInt/distinfo     Thu Jan 25 13:32:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/03/11 13:51:34 mef Exp $
+$NetBSD: distinfo,v 1.13 2024/01/25 13:32:00 mef Exp $
 
-BLAKE2s (R/classInt_0.4-9.tar.gz) = edb8844b17db21d82cd308c491ae603e5e820873c1434d8d83c6456c9e5839ad
-SHA512 (R/classInt_0.4-9.tar.gz) = 2a68397b9c57cd943ae0cf8a9d47bf7bc15c9ba99bb90194ebfd5c3dcb8a4d680532c447642fc7e6f1daa3cf7aab7f2927c343856b47f46099f31ebcf82646bc
-Size (R/classInt_0.4-9.tar.gz) = 439500 bytes
+BLAKE2s (R/classInt_0.4-10.tar.gz) = 191359f9910458b9fea0a1a9ba2e3ef0b11408aab9d75b856fdf16ff023a4168
+SHA512 (R/classInt_0.4-10.tar.gz) = d40156b4945543f42726b0ce238dbe9354b358449f7211fbfc73e07809037f4c88ef3226a6526f382173d3d0aa50e49a75d365408f15b3af91d25cfe75660302
+Size (R/classInt_0.4-10.tar.gz) = 440271 bytes



Home | Main Index | Thread Index | Old Index