Last data update: 2014.03.03

ccaPP

Package: ccaPP
Type: Package
Title: (Robust) Canonical Correlation Analysis via Projection Pursuit
Version: 0.3.2
Date: 2016-03-07
Depends: R (>= 3.2.0), parallel, pcaPP (>= 1.8-1), robustbase
Imports: Rcpp (>= 0.11.0)
LinkingTo: Rcpp (>= 0.11.0), RcppArmadillo (>= 0.4.100.0)
Suggests: knitr, mvtnorm
VignetteBuilder: knitr
Description: Canonical correlation analysis and maximum correlation via
projection pursuit, as well as fast implementations of correlation
estimators, with a focus on robust and non-parametric methods.
License: GPL (>= 2)
LazyLoad: yes
Authors@R: c(person("Andreas", "Alfons", email = "alfons@ese.eur.nl",
role = c("aut", "cre")), person("David", "Simcha", role = "ctb"))
Author: Andreas Alfons [aut, cre],
David Simcha [ctb]
Maintainer: Andreas Alfons <alfons@ese.eur.nl>
NeedsCompilation: yes
Packaged: 2016-03-07 09:51:46 UTC; andreas
Repository: CRAN
Date/Publication: 2016-03-07 22:51:48

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'ccaPP' ...
** package 'ccaPP' 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" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c cca.cpp -o cca.o
g++ -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/RcppArmadillo/include"   -fpic  -g -O2  -c cor.cpp -o cor.o
g++ -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/RcppArmadillo/include"   -fpic  -g -O2  -c fastCorKendall.cpp -o fastCorKendall.o
g++ -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/RcppArmadillo/include"   -fpic  -g -O2  -c utils.cpp -o utils.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o ccaPP.so cca.o cor.o fastCorKendall.o utils.o -L/home/ddbj/local/lib64/R/lib -lRlapack -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/ccaPP/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'ccaPP'
    finding HTML links ... done
    ccaGrid                                 html  
    ccaPP-package                           html  
    ccaProj                                 html  
    corFunctions                            html  
    diabetes                                html  
    fastMAD                                 html  
    fastMedian                              html  
    maxCorGrid                              html  
    maxCorProj                              html  
    permTest                                html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (ccaPP)
Making 'packages.html' ... done