Last data update: 2014.03.03

pROC

Package: pROC
Type: Package
Title: Display and Analyze ROC Curves
Version: 1.8
Date: 2015-05-04
Encoding: UTF-8
Depends: R (>= 2.14)
Imports: plyr, utils, methods, Rcpp (>= 0.11.1)
Suggests: microbenchmark, tcltk, MASS, logcondens, doParallel
LinkingTo: Rcpp
Author: Xavier Robin, Natacha Turck, Alexandre Hainard, Natalia Tiberti, Frédérique Lisacek, Jean-Charles Sanchez and Markus Müller.
Maintainer: Xavier Robin <robin@lindinglab.org>
Description: Tools for visualizing, smoothing and comparing receiver operating characteristic (ROC curves). (Partial) area under the curve (AUC) can be compared with statistical tests based on U-statistics or bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.
License: GPL (>= 3)
URL: http://expasy.org/tools/pROC/
LazyLoad: yes
Packaged: 2015-05-04 13:43:53 UTC; xavier
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-05-05 10:30:52


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'pROC' ...
** package 'pROC' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c delong.cpp -o delong.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c perfsAll.cpp -o perfsAll.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o pROC.so RcppExports.o delong.o perfsAll.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/pROC/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'pROC'
    finding HTML links ... done
    aSAH                                    html  
    are.paired                              html  
    auc                                     html  
    ci                                      html  
    ci.auc                                  html  
    ci.coords                               html  
    ci.se                                   html  
    ci.sp                                   html  
    ci.thresholds                           html  
    coords                                  html  
    cov                                     html  
Rd warning: /tmp/RtmpyOowJC/R.INSTALL5994db13a94/pROC/man/cov.Rd:94: missing file link 'cov'
    groupGeneric                            html  
    has.partial.auc                         html  
    lines.roc                               html  
    multiclass                              html  
    pROC-package                            html  
    plot.ci                                 html  
    plot.roc                                html  
    power.roc.test                          html  
    print                                   html  
    roc                                     html  
    roc.test                                html  
    smooth                                  html  
    var                                     html  
Rd warning: /tmp/RtmpyOowJC/R.INSTALL5994db13a94/pROC/man/var.Rd:86: missing file link 'var'
** building package indices
** testing if installed package can be loaded
* DONE (pROC)
Making 'packages.html' ... done