Last data update: 2014.03.03

FastRCS

Package: FastRCS
Type: Package
Title: Fits the FastRCS Robust Multivariable Linear Regression Model
Version: 0.0.7
Date: 2014-01-13
Depends: R (>= 3.1.1), matrixStats
Suggests: mvtnorm
LinkingTo: Rcpp, RcppEigen
SystemRequirements: C++11
Description: The FastRCS algorithm of Vakili and Schmitt (2014) for robust fit of the multivariable linear regression model and 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: 2015-10-18 12:01:52 UTC; kaveh
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-10-18 17:19:56

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'FastRCS' ...
** package 'FastRCS' 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"  -DEIGEN_DONT_PARALLELIZE -fopenmp -I../inst/include -fpic  -g -O2 -c FastRCS.cpp -o FastRCS.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/Dense:1,
                 from FastRCS.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 FastRCS.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/Dense:1,
                 from FastRCS.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 FastRCS.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 FastRCS.so FastRCS.o -fopenmp -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/FastRCS/libs
** R
** data
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'FastRCS'
    finding HTML links ... done
    FRCSnumStarts                           html  
    FastRCS-package                         html  
    FastRCS                                 html  
    Lemons                                  html  
    plot.FastRCS                            html  
    quanf                                   html  
** building package indices
** testing if installed package can be loaded
* DONE (FastRCS)
Making 'packages.html' ... done