Up to [cvs.NetBSD.org] / pkgsrc / math / R-classInt
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
(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`.
(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.
(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.
(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)
math: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
math: Remove SHA1 hashes for distfiles
(math/R-classInt) Updated 0.4.2 to 0.4.3, ChangeLog not updated (?)
R-classInt: update to 0.4.2.
R-classInt: update to version 0.3.3. Update to the canonical form of an R package and fix the LICENSE field.
Update to 0.1.23 Upstream changes: 2015-09-28 17:49 rsbivand * ChangeLog, DESCRIPTION: tidy 2015-06-28 12:14 rsbivand * DESCRIPTION, NAMESPACE: CRAN _R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_=true NAMESPACE tidy 2015-04-13 15:28 rsbivand * svn2cl.xsl: move to distributed svn2cl 2015-01-10 14:20 rsbivand * data/jenks71.rda: rebuild jenks71.rda 2015-01-10 14:19 rsbivand * DESCRIPTION, data/jenks71.rda: rebuild jenks71.rda 2015-01-06 12:03 rsbivand * DESCRIPTION: tidy 2015-01-06 12:02 rsbivand * DESCRIPTION: tidy 2015-01-06 09:32 rsbivand * ChangeLog, inst/ChangeLog, man/classIntervals.Rd: improvements to jenks documentation 2015-01-05 20:00 rsbivand * ChangeLog, inst/ChangeLog: tidy 2015-01-05 20:00 rsbivand * DESCRIPTION, man/classIntervals.Rd: improvements to jenks documentation 2014-04-06 17:05 rsbivand * ChangeLog: close ring in Polygon 2013-08-30 11:55 rsbivand * ChangeLog, inst/ChangeLog: tidy 2013-08-30 11:54 rsbivand * .Rbuildignore, ChangeLog, inst/ChangeLog: tidy 2013-08-29 14:26 rsbivand * DESCRIPTION, NAMESPACE: tidy 2013-07-28 19:37 rsbivand * DESCRIPTION, NAMESPACE: thinning load depends 2013-06-22 14:40 rsbivand * ChangeLog, inst/ChangeLog: tidy 2013-06-22 14:39 rsbivand * man/classIntervals.Rd, man/findColours.Rd, man/findCols.Rd, man/jenks.tests.Rd: help line lengths 2013-06-22 14:33 rsbivand * ChangeLog, inst/ChangeLog: tidy 2013-06-22 14:33 rsbivand * DESCRIPTION: tidy 2013-06-22 14:31 rsbivand * ChangeLog, inst/ChangeLog: tidy 2013-06-12 10:46 rsbivand * man/classIntervals.Rd, man/findColours.Rd: add more documentation on cutlabels= argument 2013-02-07 10:43 rsbivand * R/classInt.R: handle non-integer GRASS parameters more forgivingly 2012-11-05 17:05 rsbivand * ChangeLog, inst/ChangeLog: tidy 2012-11-05 17:04 rsbivand * DESCRIPTION: tidy 2012-07-22 13:30 rsbivand * DESCRIPTION: Authors@R classInt 2012-07-16 13:50 rsbivand * ChangeLog, inst/ChangeLog: tidy 2012-07-16 13:49 rsbivand * DESCRIPTION, R/classInt.R, man/classIntervals.Rd, tests, tests/test_Unique.R, tests/test_Unique.Rout.save: adding unique revisions, documentation and tests 2012-07-05 17:42 rsbivand * DESCRIPTION: add unique label option, check intervalClusure 2012-07-05 17:41 rsbivand * R/classInt.R, man/classIntervals.Rd: add unique label option, check intervalClusure
Add SHA512 digests for distfiles for math category Problems found locating distfiles: Package dfftpack: missing distfile dfftpack-20001209.tar.gz Package eispack: missing distfile eispack-20001130.tar.gz Package fftpack: missing distfile fftpack-20001130.tar.gz Package linpack: missing distfile linpack-20010510.tar.gz Package minpack: missing distfile minpack-20001130.tar.gz Package odepack: missing distfile odepack-20001130.tar.gz Package py-networkx: missing distfile networkx-1.10.tar.gz Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz Package quadpack: missing distfile quadpack-20001130.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Update to classInt v0.1-17, add LICENSE and regularize package files.
Changes 2.11.1: * R CMD INSTALL checks if dependent packages are available early on * in the installation of source packages, thereby giving clearer error messages. * R CMD INSTALL --build now names the file in the format used for Mac OS X binary files on that platform. * BIC() in package stats4 now also works with multiple fitted models, analogously to AIC(). * Use of file extension .C for C++ code in packages is now deprecated: it has caused problems for some 'make's on case-insensitive file systems (although it currently works with the recommended toolkits). * The C function mkCharLenCE now no longer reads past 'len' bytes (unlikely to be a problem except in user code). * On systems without any default LD_LIBRARY_PATH (not even /usr/local/lib), [DY]LIB_LIBRARY_PATH is now set without a trailing colon. * More efficient utf8ToInt() on long multi-byte strings with many multi-byte characters. * aggregate.ts() gave platform-depedent results due to rounding error for ndeltat != 1. * package.skeleton() sometimes failed to fix filenames for .R or .Rd files to start with an alphanumeric.
A package for choosing univariate class intervals for mapping or other graphics purposes.
Initial revision