Skip to content

Commit

Permalink
(math/R-classInt) Update 0.4.8 to 0.4.9, make test passed
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
mef committed Jan 25, 2024
1 parent fd40134 commit a61e98b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions math/R-classInt/Makefile
Original file line number Diff line number Diff line change
@@ -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
COMMENT= Choose univariate class intervals
Expand All @@ -11,6 +11,15 @@ DEPENDS+= R-e1071>=1.7.2:../../math/R-e1071

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

Expand Down
8 changes: 4 additions & 4 deletions math/R-classInt/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a61e98b

Please sign in to comment.