Sun Dec 18 11:07:29 2022 UTC ()
(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)


(mef)
diff -r1.14 -r1.15 pkgsrc/math/R-classInt/Makefile
diff -r1.10 -r1.11 pkgsrc/math/R-classInt/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/math/R-classInt/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-classInt/Makefile 2021/06/15 14:25:14 1.14
+++ pkgsrc/math/R-classInt/Makefile 2022/12/18 11:07:29 1.15
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.14 2021/06/15 14:25:14 jperkin Exp $ 1# $NetBSD: Makefile,v 1.15 2022/12/18 11:07:29 mef Exp $
2 2
3R_PKGNAME= classInt 3R_PKGNAME= classInt
4R_PKGVER= 0.4-3 4R_PKGVER= 0.4-8
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7COMMENT= Choose univariate class intervals 7COMMENT= Choose univariate class intervals
8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
9 9
10DEPENDS+= R-e1071>=1.7.2:../../math/R-e1071 10DEPENDS+= R-e1071>=1.7.2:../../math/R-e1071
11 11
12TEST_DEPENDS+= R-spData-[0-9]*:../../geography/R-spData 12TEST_DEPENDS+= R-spData-[0-9]*:../../geography/R-spData
13TEST_DEPENDS+= R-units-[0-9]*:../../math/R-units 13TEST_DEPENDS+= R-units-[0-9]*:../../math/R-units
14 14
15USE_LANGUAGES= c fortran 15USE_LANGUAGES= c fortran
16 16
17.include "../../math/R/Makefile.extension" 17.include "../../math/R/Makefile.extension"

cvs diff -r1.10 -r1.11 pkgsrc/math/R-classInt/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-classInt/distinfo 2021/10/26 10:55:25 1.10
+++ pkgsrc/math/R-classInt/distinfo 2022/12/18 11:07:29 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2021/10/26 10:55:25 nia Exp $ 1$NetBSD: distinfo,v 1.11 2022/12/18 11:07:29 mef Exp $
2 2
3BLAKE2s (R/classInt_0.4-3.tar.gz) = 4703e7c14bbda24e42b51f2da302df0926e72ea27421b9fb078fd7cf69502d5a 3BLAKE2s (R/classInt_0.4-8.tar.gz) = 728580526de5d15729949bb4a0a2bca8ae3143f67ab9031e1f091297bb2c0515
4SHA512 (R/classInt_0.4-3.tar.gz) = 10cbeafd846f05a397075727c795ab6aa19de6b0d32fef0e5a38d0f1bf5639a9c6c82a5bb27af99f5f4f75e41faf551b85089bcdce73a81a35f2b58e5bc2894a 4SHA512 (R/classInt_0.4-8.tar.gz) = 0f426273c2ca1e6d259a2b90b5ed2173aede28e57a6eb6345885e6d9f7b430f50a51471cc40755d30671c9764a1b37b4b237a80cbee98679bc7a51456e5647d0
5Size (R/classInt_0.4-3.tar.gz) = 403884 bytes 5Size (R/classInt_0.4-8.tar.gz) = 438767 bytes