Last data update: 2014.03.03

DetMCD

Package: DetMCD
Type: Package
Title: Implementation of the DetMCD Algorithm (Robust and Deterministic
Estimation of Location and Scatter)
Version: 0.0.3
Date: 2013-01-13
Depends: robustbase, pcaPP
Suggests: mvtnorm, MASS
LinkingTo: Rcpp, RcppEigen
Description: Implementation of DetMCD, a new algorithm for robust and deterministic estimation of location and scatter. The benefits of robust and deterministic estimation are explained in Hubert, M., Rousseeuw, P.J. and Verdonck, T. (2012),"A deterministic algorithm for robust location and scatter", Journal of Computational and Graphical Statistics, Volume 21, Number 3, Pages 618--637.
License: GPL (>= 2)
LazyLoad: yes
Authors@R: c(person("Vakili", "Kaveh", role = c("aut", "cre"),
email = "vakili.kaveh.email@gmail.com"),
person("Mia", "Hubert", role = "ths",
email = "mia.hubert@wis.kuleuven.be"))
Maintainer: Vakili Kaveh <vakili.kaveh.email@gmail.com>
Author: Vakili Kaveh [aut, cre],
Mia Hubert [ths]
Packaged: 2015-11-28 10:25:39 UTC; kaveh
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2016-01-25 13:31:31

6 images, 9 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'DetMCD' ...
** package 'DetMCD' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppEigen/include"  -DEIGEN_DONT_PARALLELIZE -fopenmp -fpic  -g -O2  -c DetMCD_1.cpp -o DetMCD_1.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppEigen/include"  -DEIGEN_DONT_PARALLELIZE -fopenmp -fpic  -g -O2  -c DetMCD_2.cpp -o DetMCD_2.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppEigen/include"  -DEIGEN_DONT_PARALLELIZE -fopenmp -fpic  -g -O2  -c DetMCD_3.cpp -o DetMCD_3.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o DetMCD.so DetMCD_1.o DetMCD_2.o DetMCD_3.o -fopenmp -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/DetMCD/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'DetMCD'
    finding HTML links ... done
    DetMCD-package                          html  
    DetMCD                                  html  
    DetMCD_CS                               html  
    DetMCD_RW                               html  
    DetMCD_SP                               html  
    InQn                                    html  
    plot.DetMCD                             html  
    quanff                                  html  
    xtractR_M                               html  
** building package indices
** testing if installed package can be loaded
* DONE (DetMCD)
Making 'packages.html' ... done