Last data update: 2014.03.03

class

Package: class
Priority: recommended
Version: 7.3-14
Date: 2015-08-29
Depends: R (>= 3.0.0), stats, utils
Imports: MASS
Authors@R: c(person("Brian", "Ripley", role = c("aut", "cre", "cph"),
email = "ripley@stats.ox.ac.uk"),
person("William", "Venables", role = "cph"))
Description: Various functions for classification, including k-nearest
neighbour, Learning Vector Quantization and Self-Organizing Maps.
Title: Functions for Classification
ByteCompile: yes
License: GPL-2 | GPL-3
URL: http://www.stats.ox.ac.uk/pub/MASS4/
NeedsCompilation: yes
Packaged: 2015-08-28 15:25:36 UTC; ripley
Author: Brian Ripley [aut, cre, cph],
William Venables [cph]
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>
Repository: CRAN
Date/Publication: 2015-08-30 08:59:38

● Cran Task View: Multivariate, SocialSciences
● 0 images, 15 functions, 0 datasets
Reverse Depends: 15

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'class' ...
** package 'class' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c class.c -o class.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o class.so class.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/class/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'class'
    finding HTML links ... done
    SOM                                     html  
    batchSOM                                html  
    condense                                html  
    knn                                     html  
    knn.cv                                  html  
    knn1                                    html  
    lvq1                                    html  
    lvq2                                    html  
    lvq3                                    html  
    lvqinit                                 html  
    lvqtest                                 html  
    multiedit                               html  
    olvq1                                   html  
    reduce.nn                               html  
    somgrid                                 html  
** building package indices
** testing if installed package can be loaded
* DONE (class)
Making 'packages.html' ... done