Skip to content

Commit

Permalink
(math/R-classInt) Updated 0.4.3 to 0.4.8
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
mef committed Dec 18, 2022
1 parent c25fcd7 commit 76e24ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions math/R-classInt/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
COMMENT= Choose univariate class intervals
Expand Down
8 changes: 4 additions & 4 deletions math/R-classInt/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 76e24ea

Please sign in to comment.