2025-02-14 15:13:57 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(math/R-classInt) Updated 0.4.10 to 0.4.11, make test passed
## Version 0.4-11
- #49 explicitly forbid use of `"quantile"` style `probs=` argument;
should really use `n=`, as `probs` is set internally to `seq(0, 1,
1/n)`. Similarly, forbid `centers=` argument in `"kmeans"` and
`"bclust"` styles as it is set internally to `n`.
|
2024-01-25 14:32:00 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(math/R-classInt) Update 0.4.8 to 0.4.9, make test passed
## Version 0.4-9
- #41 issues. The maximum and minimum breaks are set to \code{+Inf}
and \code{-Inf} to avoid errors induced in the earlier version
where breaks could cease to be strictly ascending. The
\code{legacy=} argument with value \code{TRUE} may be used to
revert to the previous behaviour.
|
2023-03-11 14:51:34 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(math/R-classInt) Updated 0.4.8 to 0.4.9
## Version 0.4-9
- #41 issues. The maximum and minimum breaks are set to \code{+Inf}
and \code{-Inf} to avoid errors induced in the earlier version
where breaks could cease to be strictly ascending. The
\code{legacy=} argument with value \code{TRUE} may be used to
revert to the previous behaviour.
|
2022-12-18 12:07:29 by Makoto Fujiwara | Files touched by this commit (2) |
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)
|
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2021-06-15 16:25:14 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
R-classInt: gfortran.mk should not be included directly.
|
2021-06-06 13:31:17 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(math/R-classInt) Add compiler.mk buildlink
Without this change, I have following error with 9.99.82 host (amd64) which
has gcc-10. And buildlink for libgfortran was only made for gcc-10 side.
Adding this line makes both gcc-7 and gcc-10 buildlinked.
The error I had was: ( the line folded)
** libs
----------
gcc -shared -Wl,-R/usr/pkg/lib/R/lib -L/usr/pkg/lib/R/lib
-L/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -pthrea d
-L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -o classInt.so fish1.o init.o
-L/usr/pkg/gcc7/lib/gcc/x86_64--netbsd/7.5.0 -L/usr/pkg/gcc7/lib
-Wl,-R/usr/pkg/gcc7/x86_64--netbsd/lib/. -Wl,-R/usr/pkg/gcc7/lib/. -lgfortran
-lm -lquadmath -lpthread -Wl,-R/usr/pkg/lib/R/lib -L/usr/pkg/lib/R/lib
-lR
ld: cannot find -lgfortran
ld: cannot find -lquadmath
*** Error code 1
----------
Please correct me if my understanding (or correction) is wrong, sorry and tks
|
2021-01-03 13:52:04 by Makoto Fujiwara | Files touched by this commit (2) |  |
Log message:
(math/R-classInt) Updated 0.4.2 to 0.4.3, ChangeLog not updated (?)
|
2020-07-31 22:23:26 by Brook Milligan | Files touched by this commit (2) |  |
Log message:
R-classInt: update to 0.4.2.
|