Last data update: 2014.03.03

tree

Package: tree
Title: Classification and Regression Trees
Version: 1.0-37
Date: 2016-01-20
Depends: R (>= 2.15.0), grDevices, graphics, stats
Suggests: MASS
Authors@R: person("Brian", "Ripley", role = c("aut", "cre"),
email = "ripley@stats.ox.ac.uk")
Description: Classification and regression trees.
LazyLoad: yes
License: GPL-2 | GPL-3
NeedsCompilation: yes
Packaged: 2016-01-20 20:11:09 UTC; ripley
Author: Brian Ripley [aut, cre]
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>
Repository: CRAN
Date/Publication: 2016-01-21 08:40:35

● Cran Task View: MachineLearning
● 0 images, 15 functions, 0 datasets
Reverse Depends: 4

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'tree' ...
** package 'tree' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c grow.c -o grow.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c init.c -o init.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c treefix.c -o treefix.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o tree.so grow.o init.o treefix.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/tree/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'tree'
    finding HTML links ... done
    cv.tree                                 html  
    deviance.tree                           html  
    misclass.tree                           html  
    na.tree.replace                         html  
    partition.tree                          html  
    plot.tree                               html  
    plot.tree.sequence                      html  
    predict.tree                            html  
    prune.tree                              html  
    snip.tree                               html  
    text.tree                               html  
    tile.tree                               html  
    tree                                    html  
    tree.control                            html  
    tree.screens                            html  
** building package indices
** testing if installed package can be loaded
* DONE (tree)
Making 'packages.html' ... done