Last data update: 2014.03.03

DepthProc

Package: DepthProc
Version: 1.0.7
Date: 2016-02-10
Title: Statistical Depth Functions for Multivariate Analysis
Author: Daniel Kosiorowski, Mateusz Bocian, Anna Wegrzynkiewicz and Zygmunt
Zawadzki from Cracow University of Economics.
Maintainer: Zygmunt Zawadzki <zawadzkizygmunt@gmail.com>
Description: Data depth concept offers a variety of powerful and user friendly tools for robust exploration and inference for multivariate data. The offered techniques may be successfully used in cases of lack of our knowledge on parametric models generating data due to their nonparametric nature. The package consist of among others implementations of several data depth techniques involving multivariate quantile-quantile plots, multivariate scatter estimators, multivariate Wilcoxon tests and robust regressions.
License: GPL-2
Depends: R (>= 3.0.0), ggplot2, Rcpp (>= 0.11.2), rrcov, methods, MASS,
np
Imports: lattice, sm, geometry, colorspace,
Suggests: mvtnorm, rgl, sn, robustbase, dplyr, RcppArmadillo
LinkingTo: Rcpp, RcppArmadillo
Repository: CRAN
Repository/R-Forge/Project: depthproc
Repository/R-Forge/Revision: 71
Repository/R-Forge/DateTimeStamp: 2016-02-11 20:18:06
Date/Publication: 2016-02-12 10:59:09
NeedsCompilation: yes
Packaged: 2016-02-11 20:25:29 UTC; rforge

35 images, 49 functions, 4 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'DepthProc' ...
** package 'DepthProc' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -fopenmp -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c Depth.cpp -o Depth.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -fopenmp -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c LocationEstimators.cpp -o LocationEstimators.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -fopenmp -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c LocationScaleDepth.cpp -o LocationScaleDepth.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -fopenmp -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c LocationScaleDepthCPP.cpp -o LocationScaleDepthCPP.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -fopenmp -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -fopenmp -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c RobCovLib.cpp -o RobCovLib.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -fopenmp -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c TukeyDepth.cpp -o TukeyDepth.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -fopenmp -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c Utils.cpp -o Utils.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -fopenmp -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c UtilsCPP.cpp -o UtilsCPP.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -fopenmp -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c covFunCPP.cpp -o covFunCPP.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -fopenmp -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c depthFunCPP.cpp -o depthFunCPP.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -fopenmp -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c depthcpp.cpp -o depthcpp.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o DepthProc.so Depth.o LocationEstimators.o LocationScaleDepth.o LocationScaleDepthCPP.o RcppExports.o RobCovLib.o TukeyDepth.o Utils.o UtilsCPP.o covFunCPP.o depthFunCPP.o depthcpp.o -L/home/ddbj/local/lib64/R/lib -lRlapack -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include" -fopenmp -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/DepthProc/libs
** R
** data
** inst
** preparing package for lazy loading
Creating a generic function for 'abline' from package 'graphics' in package 'DepthProc'
** help
*** installing help indices
  converting help for package 'DepthProc'
    finding HTML links ... done
    AsymmetryCurve-class                    html  
    BinnDepth2d-class                       html  
    CovDepthWeighted-class                  html  
    CovLP                                   html  
    DDPlot-class                            html  
    DeepReg2d-class                         html  
    Depth-class                             html  
    DepthCurve-class                        html  
    DepthCurveList-class                    html  
    DepthDensity-class                      html  
    LSDepth-class                           html  
    LSDepthContour-class                    html  
    RobReg-class                            html  
    ScaleCurve-class                        html  
    TrimReg2d-class                         html  
    USLABOUR                                html  
    abline-RobReg-method                    html  
    as.matrix-methods                       html  
    asymmetryCurve                          html  
    binningDepth2D                          html  
    ddPlot                                  html  
    ddmvnorm                                html  
    deepReg2d                               html  
    depth                                   html  
    depthContour                            html  
    depthDensity                            html  
    depthEuclid                             html  
    depthLP                                 html  
    depthLocal                              html  
    depthMBD                                html  
    depthMah                                html  
    depthMedian-methods                     html  
    depthPersp                              html  
    depthProjection                         html  
    depthTukey                              html  
    getPlot-methods                         html  
    grapes-plus-grapes-methods              html  
    inf.mort                                html  
    lsdAddContour-methods                   html  
    lsdGetContour-methods                   html  
    lsdSampleDepthContours                  html  
    lsdSampleMaxDepth                       html  
    mWilcoxonTest                           html  
    maesles.imm                             html  
    plot-BinnDepth2d-ANY-method             html  
    plot-DepthDensity-ANY-method            html  
    plot-DepthMBD-ANY-method                html  
    plot-LSDepthContour-ANY-method          html  
    plot-methods                            html  
    runifsphere                             html  
    scaleCurve                              html  
    trimProjReg2d                           html  
    under5.mort                             html  
** building package indices
** testing if installed package can be loaded
* DONE (DepthProc)
Making 'packages.html' ... done