./math/R-e1071, Misc Functions of the Department of Statistics (e1071), TU Wien

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.7.14, Package name: R-e1071-1.7.14, Maintainer: pkgsrc-users

Functions for latent class analysis, short time Fourier transform,
fuzzy clustering, support vector machines, shortest path computation,
bagged clustering, naive Bayes classifier, ...


Required to run:
[math/R]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-01-26 11:55:59 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(math/R-e1071) Updated 1.7.13 to 1.7.14

Changes in version 1.7-14:

        - fix incomplete arguments to avoid partial matches

        - fix small bug in svm.cpp (Rprintf() wrongly called)

        - fix predict.gknn() and predict.svn() to allow for
          newdata argument with character variables instead of
          factors (levels are taken from original data).
   2023-02-12 05:16:32 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(math/R-e1071) Updated 1.7.11 to 1.7.12

( R CMD Rdconv -t txt /tmp/math/R-e1071/work/e1071/inst/NEWS.Rd |head -20)
News for Package 'e1071'

Changes in version 1.7-12:

        * add ORCID ids

Changes in version 1.7-12:

        * add 'tune.gknn()' wrapper
   2022-12-18 12:20:43 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(math/R-e1071) Updated 1.7.9 to 1.7.12

(R CMD Rdconv -t txt math/R-e1071/work/e1071/inst/NEWS.Rd |head -20)

Changes in version 1.7-12:

        * add 'tune.gknn()' wrapper

Changes in version 1.7-11:

        * cosmetic changes

Changes in version 1.7-10:

        * small fix in 'coef.svm' for sparse data
   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-09-19 10:40:57 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(math/R-e1071) Updated 1.7.8 to 1.7.9

(R CMD Rdconv -t txt math/R-e1071/work/e1071/inst/NEWS.Rd)
Changes in version 1.7-9:
  * Remove configure code testing for gcc 2.96.
   2021-09-16 06:16:47 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(math/R-e1071) Updated 1.7.2 to 1.7.8

(by  R CMD Rdconv -t txt math/R-e1071/work/e1071/inst/NEWS.Rd)

Changes in version 1.7-8:

        * Bugfixes in 'gknn()': wrong behavior in case of tied
          k-nearest neighbors (for 'use_all=TRUE'), and also in case of
          an overall class tie.

Changes in version 1.7-7:

        * Bugfix in examples of 'cshell()'

Changes in version 1.7-6:

        * Bugfix in 'scale_data_frame()' - now calls 'scale()' if x is
          not a data frame.

Changes in version 1.7-5:

        * NaiveBayes: better handling od character and logical features

        * Added: 'gknn()' for generalized k-Nearest Neighbours (using
          arbitrary proximity measures)

        * Added: 'scale_data_frame()' for scaling the numeric columns
          of a data frame.

Changes in version 1.7-4:

        * Bug fix: "inverse" argument for class.weights argument in
          'svm.default()' did not work
   2019-08-08 21:53:58 by Brook Milligan | Files touched by this commit (189) | Package updated
Log message:
Update all R packages to canonical form.

The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html