pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-classInt (math/R-classInt) Updated 0.4.3 to 0.4.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c8b1769f65f
branches:  trunk
changeset: 390304:2c8b1769f65f
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 11:07:29 2022 +0000

description:
(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)

diffstat:

 math/R-classInt/Makefile |  4 ++--
 math/R-classInt/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 1dc191bc51c2 -r 2c8b1769f65f math/R-classInt/Makefile
--- a/math/R-classInt/Makefile  Sun Dec 18 11:06:28 2022 +0000
+++ b/math/R-classInt/Makefile  Sun Dec 18 11:07:29 2022 +0000
@@ -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@localhost
 COMMENT=       Choose univariate class intervals
diff -r 1dc191bc51c2 -r 2c8b1769f65f math/R-classInt/distinfo
--- a/math/R-classInt/distinfo  Sun Dec 18 11:06:28 2022 +0000
+++ b/math/R-classInt/distinfo  Sun Dec 18 11:07:29 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index