Last data update: 2014.03.03

fastICA

Package: fastICA
Version: 1.2-0
Date: 2012-05-21
Title: FastICA Algorithms to perform ICA and Projection Pursuit
Author: J L Marchini <marchini@stats.ox.ac.uk>, C Heaton
<chrisheaton99@yahoo.com> and B D Ripley
<ripley@stats.ox.ac.uk>
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>
Depends: R (>= 3.0.0)
Suggests: MASS
Description: Implementation of FastICA algorithm to perform Independent
Component Analysis (ICA) and Projection Pursuit.
License: GPL-2 | GPL-3
Packaged: 2013-05-21 08:09:27 UTC; ripley
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-05-21 10:15:50

● Cran Task View: ChemPhys, Multivariate, Psychometrics
● 0 images, 3 functions, 0 datasets
Reverse Depends: 6

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'fastICA' ...
** package 'fastICA' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c ica.c -o ica.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o fastICA.so ica.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/fastICA/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'fastICA'
    finding HTML links ... done
    fastICA                                 html  
    ica.R.def                               html  
    ica.R.par                               html  
** building package indices
** testing if installed package can be loaded
* DONE (fastICA)
Making 'packages.html' ... done