Last data update: 2014.03.03

e1071

Package: e1071
Version: 1.6-7
Title: Misc Functions of the Department of Statistics, Probability
Theory Group (Formerly: E1071), TU Wien
Imports: graphics, grDevices, class, stats, methods, utils
Suggests: cluster, mlbench, nnet, randomForest, rpart, SparseM, xtable,
Matrix, MASS
Authors@R: c(person(given = "David", family = "Meyer", role = c("aut", "cre"), email = "David.Meyer@R-project.org"),
person(given = "Evgenia", family = "Dimitriadou", role = c("aut","cph")),
person(given = "Kurt", family = "Hornik", role = "aut"),
person(given = "Andreas", family = "Weingessel", role = "aut"),
person(given = "Friedrich", family = "Leisch", role = "aut"),
person(given = "Chih-Chung", family = "Chang", role = c("ctb","cph"), comment = "libsvm C++-code"),
person(given = "Chih-Chen", family = "Lin", role = c("ctb","cph"), comment = "libsvm C++-code"))
Description: Functions for latent class analysis, short time Fourier
transform, fuzzy clustering, support vector machines,
shortest path computation, bagged clustering, naive Bayes
classifier, ...
License: GPL-2
LazyLoad: yes
NeedsCompilation: yes
Packaged: 2015-08-05 10:27:16 UTC; david
Author: David Meyer [aut, cre],
Evgenia Dimitriadou [aut, cph],
Kurt Hornik [aut],
Andreas Weingessel [aut],
Friedrich Leisch [aut],
Chih-Chung Chang [ctb, cph] (libsvm C++-code),
Chih-Chen Lin [ctb, cph] (libsvm C++-code)
Maintainer: David Meyer <David.Meyer@R-project.org>
Repository: CRAN
Date/Publication: 2015-08-05 18:51:12

● Cran Task View: Cluster, Distributions, Environmetrics, Multivariate, Psychometrics
● 0 images, 44 functions, 0 datasets
Reverse Depends: 23

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'e1071' ...
** package 'e1071' successfully unpacked and MD5 sums checked
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c Rsvm.c -o Rsvm.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c cmeans.c -o cmeans.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c cshell.c -o cshell.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c floyd.c -o floyd.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c svm.cpp -o svm.o
svm.cpp: In function 'svm_model* svm_load_model(const char*)':
svm.cpp:2788:24: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   fscanf(fp,"%80s",cmd);
                        ^
svm.cpp:2792:25: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    fscanf(fp,"%80s",cmd);
                         ^
svm.cpp:2817:25: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    fscanf(fp,"%80s",cmd);
                         ^
svm.cpp:2841:33: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    fscanf(fp,"%d",&param.degree);
                                 ^
svm.cpp:2843:33: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    fscanf(fp,"%lf",&param.gamma);
                                 ^
svm.cpp:2845:33: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    fscanf(fp,"%lf",&param.coef0);
                                 ^
svm.cpp:2847:36: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    fscanf(fp,"%d",&model->nr_class);
                                    ^
svm.cpp:2849:29: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    fscanf(fp,"%d",&model->l);
                             ^
svm.cpp:2855:36: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(fp,"%lf",&model->rho[i]);
                                    ^
svm.cpp:2862:37: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(fp,"%d",&model->label[i]);
                                     ^
svm.cpp:2869:38: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(fp,"%lf",&model->probA[i]);
                                      ^
svm.cpp:2876:38: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(fp,"%lf",&model->probB[i]);
                                      ^
svm.cpp:2883:35: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(fp,"%d",&model->nSV[i]);
                                   ^
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o e1071.so Rsvm.o cmeans.o cshell.o floyd.o svm.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/e1071/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'e1071'
    finding HTML links ... done
    Discrete                                html  
    bclust                                  html  
    bincombinations                         html  
    bootstrap.lca                           html  
    boxplot.bclust                          html  
    classAgreement                          html  
    cmeans                                  html  
    countpattern                            html  
    cshell                                  html  
    e1071-deprecated                        html  
    element                                 html  
    fclustIndex                             html  
    hamming.distance                        html  
    hamming.window                          html  
    hanning.window                          html  
    hsv_palette                             html  
    ica                                     html  
    impute                                  html  
    interpolate                             html  
    kurtosis                                html  
    lca                                     html  
    matchClasses                            html  
    matchControls                           html  
    moment                                  html  
    naiveBayes                              html  
    permutations                            html  
    plot.stft                               html  
    plot.svm                                html  
    plot.tune                               html  
    predict.svm                             html  
Rd warning: /tmp/Rtmp2EFl7b/R.INSTALL28a69a8d48d/e1071/man/predict.svm.Rd:17: missing file link 'matrix.csr'
Rd warning: /tmp/Rtmp2EFl7b/R.INSTALL28a69a8d48d/e1071/man/predict.svm.Rd:19: missing file link 'simple_triplet_matrix'
    probplot                                html  
Rd warning: /tmp/Rtmp2EFl7b/R.INSTALL28a69a8d48d/e1071/man/probplot.Rd:8: missing file link 'qqplot'
Rd warning: /tmp/Rtmp2EFl7b/R.INSTALL28a69a8d48d/e1071/man/probplot.Rd:36: missing file link 'qqplot'
    rbridge                                 html  
    read.matrix.csr                         html  
Rd warning: /tmp/Rtmp2EFl7b/R.INSTALL28a69a8d48d/e1071/man/read.matrix.csr.Rd:33: missing file link 'matrix.csr'
    rectangle.window                        html  
    rwiener                                 html  
    shortestPaths                           html  
    sigmoid                                 html  
    skewness                                html  
    stft                                    html  
    svm                                     html  
Rd warning: /tmp/Rtmp2EFl7b/R.INSTALL28a69a8d48d/e1071/man/svm.Rd:31: missing file link 'matrix.csr'
Rd warning: /tmp/Rtmp2EFl7b/R.INSTALL28a69a8d48d/e1071/man/svm.Rd:33: missing file link 'simple_triplet_matrix'
Rd warning: /tmp/Rtmp2EFl7b/R.INSTALL28a69a8d48d/e1071/man/svm.Rd:175: missing file link 'matrix.csr'
    tune                                    html  
    tune.control                            html  
    tune.wrapper                            html  
    write.svm                               html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (e1071)
Making 'packages.html' ... done