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

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

Log Message:
(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)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/R-classInt/Makefile
cvs rdiff -u -r1.10 -r1.11 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.14 pkgsrc/math/R-classInt/Makefile:1.15
--- pkgsrc/math/R-classInt/Makefile:1.14        Tue Jun 15 14:25:14 2021
+++ pkgsrc/math/R-classInt/Makefile     Sun Dec 18 11:07:29 2022
@@ -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

Index: pkgsrc/math/R-classInt/distinfo
diff -u pkgsrc/math/R-classInt/distinfo:1.10 pkgsrc/math/R-classInt/distinfo:1.11
--- pkgsrc/math/R-classInt/distinfo:1.10        Tue Oct 26 10:55:25 2021
+++ pkgsrc/math/R-classInt/distinfo     Sun Dec 18 11:07:29 2022
@@ -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