Last data update: 2014.03.03

FastPCS

Package: FastPCS
Type: Package
Title: FastPCS Robust Fit of Multivariate Location and Scatter
Version: 0.1.2
Date: 2014-08-13
Depends: R (>= 3.1.1), matrixStats
Suggests: mvtnorm
LinkingTo: Rcpp, RcppEigen
SystemRequirements: C++11
Description: The FastPCS algorithm of Vakili and Schmitt (2014) for robust estimation of multivariate location and scatter and multivariate outliers detection.
License: GPL (>= 2)
LazyLoad: yes
Authors@R: person("Kaveh", "Vakili", email =
"vakili.kaveh.email@gmail.com", role = c("aut", "cre"))
Author: Kaveh Vakili [aut, cre]
Maintainer: Kaveh Vakili <vakili.kaveh.email@gmail.com>
Packaged: 2014-12-25 22:43:35 UTC; kaveh
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-01-07 06:26:19

1 images, 5 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'FastPCS' ...
** package 'FastPCS' successfully unpacked and MD5 sums checked
** libs
g++ -std=c++11 -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppEigen/include"  -I../inst/include -DEIGEN_DONT_PARALLELIZE -fopenmp -fpic  -g -O2 -c FastPCS.cpp -o FastPCS.o
In file included from /home/ddbj/local/lib64/R/library/RcppEigen/include/Eigen/Core:276:0,
                 from /home/ddbj/local/lib64/R/library/RcppEigen/include/Eigen/QR:4,
                 from FastPCS.cpp:15:
/home/ddbj/local/lib64/R/library/RcppEigen/include/Eigen/src/Core/Functors.h:973:28: warning: 'template<class _Operation> class std::binder2nd' is deprecated [-Wdeprecated-declarations]
 struct functor_traits<std::binder2nd<T> >
                            ^
In file included from /usr/include/c++/5/bits/stl_function.h:1128:0,
                 from /usr/include/c++/5/string:48,
                 from /usr/include/c++/5/random:40,
                 from /usr/include/c++/5/bits/stl_algo.h:66,
                 from /usr/include/c++/5/algorithm:62,
                 from FastPCS.cpp:1:
/usr/include/c++/5/backward/binders.h:143:11: note: declared here
     class binder2nd
           ^
In file included from /home/ddbj/local/lib64/R/library/RcppEigen/include/Eigen/Core:276:0,
                 from /home/ddbj/local/lib64/R/library/RcppEigen/include/Eigen/QR:4,
                 from FastPCS.cpp:15:
/home/ddbj/local/lib64/R/library/RcppEigen/include/Eigen/src/Core/Functors.h:977:28: warning: 'template<class _Operation> class std::binder1st' is deprecated [-Wdeprecated-declarations]
 struct functor_traits<std::binder1st<T> >
                            ^
In file included from /usr/include/c++/5/bits/stl_function.h:1128:0,
                 from /usr/include/c++/5/string:48,
                 from /usr/include/c++/5/random:40,
                 from /usr/include/c++/5/bits/stl_algo.h:66,
                 from /usr/include/c++/5/algorithm:62,
                 from FastPCS.cpp:1:
/usr/include/c++/5/backward/binders.h:108:11: note: declared here
     class binder1st
           ^
g++ -std=c++11 -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o FastPCS.so FastPCS.o -fopenmp -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/FastPCS/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'FastPCS'
    finding HTML links ... done
    FRCSnumStarts                           html  
    FastPCS-package                         html  
    FastPCS                                 html  
    plot.FastPCS                            html  
    quanf                                   html  
** building package indices
** testing if installed package can be loaded
* DONE (FastPCS)
Making 'packages.html' ... done