Last data update: 2014.03.03

Cubist

Package: Cubist
Type: Package
Title: Rule- and Instance-Based Regression Modeling
Version: 0.0.18
Date: 2014-06-5
Author: Max Kuhn, Steve Weston, Chris Keefer, Nathan Coulter. C code for Cubist by Ross Quinlan
Maintainer: Max Kuhn <mxkuhn@gmail.com>
Description: Regression modeling using rules with added instance-based corrections
Depends: lattice
Imports: reshape2
Suggests: mlbench, caret
License: GPL-3
LazyLoad: yes
Packaged: 2014-06-07 02:01:51 UTC; kuhna03
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-06-07 08:13:15

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'Cubist' ...
** package 'Cubist' successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c construct.c -o construct.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c contin.c -o contin.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c discr.c -o discr.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c formrules.c -o formrules.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c formtree.c -o formtree.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c getdata.c -o getdata.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c getnames.c -o getnames.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c global.c -o global.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c hash.c -o hash.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c implicitatt.c -o implicitatt.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c instance.c -o instance.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c modelfiles.c -o modelfiles.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c predict.c -o predict.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c prunetree.c -o prunetree.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c rcubist.c -o rcubist.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c redefine.c -o redefine.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c regress.c -o regress.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c rsample.c -o rsample.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c rulebasedmodels.c -o rulebasedmodels.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c rules.c -o rules.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c sample.c -o sample.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c sort.c -o sort.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c stats.c -o stats.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c strbuf.c -o strbuf.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c top.c -o top.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c trees.c -o trees.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c update.c -o update.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c utility.c -o utility.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -DNDEBUG -I/usr/local/include   -ffloat-store -g -fpic  -g -O2  -c xval.c -o xval.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o Cubist.so construct.o contin.o discr.o formrules.o formtree.o getdata.o getnames.o global.o hash.o implicitatt.o instance.o modelfiles.o predict.o prunetree.o rcubist.o redefine.o regress.o rsample.o rulebasedmodels.o rules.o sample.o sort.o stats.o strbuf.o top.o trees.o update.o utility.o xval.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/Cubist/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'Cubist'
    finding HTML links ... done
    cubist                                  html  
    cubistControl                           html  
    dotplot.cubist                          html  
    exportCubistFiles                       html  
    predict.cubist                          html  
    summary.cubist                          html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (Cubist)
Making 'packages.html' ... done