From 76e24ea371cceb8437bed7352932b41401d97af5 Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 18 Dec 2022 11:07:29 +0000 Subject: [PATCH] (math/R-classInt) Updated 0.4.3 to 0.4.8 ## Version 0.4-8 - #18 and #38: `classIntervals()` has a new style `"box"`, where a box map is an augmented quartile map, with an additional lower and upper category. When there are lower outliers, then the starting point for the breaks is the minimum value, and the second break is the lower fence. When there are no lower outliers, then the starting point for the breaks will be the lower fence, and the second break is the minimum value (there will be no observations that fall in the interval between the lower fence and the minimum value) (@angela-li, @dieghernan). ## Version 0.4-7 - A new helper function `classify_intervals()` is introduced to return a vector of class intervals of same length as input (@JosiahParry) - `classIntervals()` has a new style `"maximum"` which returns maximum breaks classification based on the pysal library [mapclassify](https://pysal.org/mapclassify/index.html) (@JosiahParry) - `findCols()` now takes new argument `factor` which, when `TRUE` returns class membership as a factor with intervals as labels (@JosiahParry) --- math/R-classInt/Makefile | 4 ++-- math/R-classInt/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/math/R-classInt/Makefile b/math/R-classInt/Makefile index e8c3af84189e..b650ef85986b 100644 --- a/math/R-classInt/Makefile +++ b/math/R-classInt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2021/06/15 14:25:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.15 2022/12/18 11:07:29 mef Exp $ R_PKGNAME= classInt -R_PKGVER= 0.4-3 +R_PKGVER= 0.4-8 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Choose univariate class intervals diff --git a/math/R-classInt/distinfo b/math/R-classInt/distinfo index 114e188185f6..e9de9601a5d2 100644 --- a/math/R-classInt/distinfo +++ b/math/R-classInt/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:55:25 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/12/18 11:07:29 mef Exp $ -BLAKE2s (R/classInt_0.4-3.tar.gz) = 4703e7c14bbda24e42b51f2da302df0926e72ea27421b9fb078fd7cf69502d5a -SHA512 (R/classInt_0.4-3.tar.gz) = 10cbeafd846f05a397075727c795ab6aa19de6b0d32fef0e5a38d0f1bf5639a9c6c82a5bb27af99f5f4f75e41faf551b85089bcdce73a81a35f2b58e5bc2894a -Size (R/classInt_0.4-3.tar.gz) = 403884 bytes +BLAKE2s (R/classInt_0.4-8.tar.gz) = 728580526de5d15729949bb4a0a2bca8ae3143f67ab9031e1f091297bb2c0515 +SHA512 (R/classInt_0.4-8.tar.gz) = 0f426273c2ca1e6d259a2b90b5ed2173aede28e57a6eb6345885e6d9f7b430f50a51471cc40755d30671c9764a1b37b4b237a80cbee98679bc7a51456e5647d0 +Size (R/classInt_0.4-8.tar.gz) = 438767 bytes