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:           Fri Feb 14 14:13:57 UTC 2025

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

Log Message:
(math/R-classInt) Updated 0.4.10 to 0.4.11, make test passed

## Version 0.4-11

- #49 explicitly forbid use of `"quantile"` style `probs=` argument;
   should really use `n=`, as `probs` is set internally to `seq(0, 1,
   1/n)`. Similarly, forbid `centers=` argument in `"kmeans"` and
   `"bclust"` styles as it is set internally to `n`.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/R-classInt/Makefile
cvs rdiff -u -r1.13 -r1.14 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.17 pkgsrc/math/R-classInt/Makefile:1.18
--- pkgsrc/math/R-classInt/Makefile:1.17        Thu Jan 25 13:32:00 2024
+++ pkgsrc/math/R-classInt/Makefile     Fri Feb 14 14:13:57 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2024/01/25 13:32:00 mef Exp $
+# $NetBSD: Makefile,v 1.18 2025/02/14 14:13:57 mef Exp $
 
 R_PKGNAME=     classInt
-R_PKGVER=      0.4-10
+R_PKGVER=      0.4-11
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Choose univariate class intervals

Index: pkgsrc/math/R-classInt/distinfo
diff -u pkgsrc/math/R-classInt/distinfo:1.13 pkgsrc/math/R-classInt/distinfo:1.14
--- pkgsrc/math/R-classInt/distinfo:1.13        Thu Jan 25 13:32:00 2024
+++ pkgsrc/math/R-classInt/distinfo     Fri Feb 14 14:13:57 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/01/25 13:32:00 mef Exp $
+$NetBSD: distinfo,v 1.14 2025/02/14 14:13:57 mef Exp $
 
-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
+BLAKE2s (R/classInt_0.4-11.tar.gz) = ce363ca4dfff567cbe6fb0b0dbacc44f302f674efb655ff77d14b2eea0abddde
+SHA512 (R/classInt_0.4-11.tar.gz) = 97915bba6a25bf29a911fc489a1b9f75766e62a82ecd79728da6d175eb951d48bcc28e24f9bd0d17bd0623e45f30b788ddf215202254fa5f91fabf70e35a089c
+Size (R/classInt_0.4-11.tar.gz) = 440406 bytes



Home | Main Index | Thread Index | Old Index