Last data update: 2014.03.03

amap

Package: amap
Version: 0.8-14
Date: 2014-12-17
Title: Another Multidimensional Analysis Package
Author: Antoine Lucas
Maintainer: Antoine Lucas <antoinelucas@gmail.com>
Depends: R (>= 2.10.0)
Suggests: Biobase
Description: Tools for Clustering and Principal Component Analysis
(With robust methods, and parallelized functions).
License: GPL
URL: http://mulcyber.toulouse.inra.fr/projects/amap/
Packaged: 2014-12-17 18:09:00 UTC; antoine
Repository: CRAN
Date/Publication: 2014-12-17 23:26:42
NeedsCompilation: yes

● Cran Task View: Cluster, Environmetrics, Multivariate
● 0 images, 12 functions, 1 datasets
Reverse Depends: 3

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'amap' ...
** package 'amap' successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for pthread_create in -lpthread... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/local/include/   -I/usr/local/include    -fpic  -g -O2  -c acprob.cpp -o acprob.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/local/include/   -I/usr/local/include    -fpic  -g -O2  -c burt.c -o burt.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/local/include/   -I/usr/local/include    -fpic  -g -O2  -c diss.c -o diss.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/local/include/   -I/usr/local/include    -fpic  -g -O2  -c distance.cpp -o distance.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/local/include/   -I/usr/local/include    -fpic  -g -O2  -c hclust.cpp -o hclust.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/local/include/   -I/usr/local/include    -fpic  -g -O2  -c kmeans.cpp -o kmeans.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/local/include/   -I/usr/local/include    -fpic  -g -O2  -c matrice.cpp -o matrice.o
f95   -fpic  -g -O2  -c pop.f -o pop.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o amap.so acprob.o burt.o diss.o distance.o hclust.o kmeans.o matrice.o pop.o -lpthread -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/amap/libs
** R
** data
** demo
** exec
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'amap'
    finding HTML links ... done
    Kmeans                                  html  
    acp                                     html  
    acpgen                                  html  
    acprob                                  html  
    afc                                     html  
    burt                                    html  
    diss                                    html  
    dist                                    html  
    hcluster                                html  
    lubisch                                 html  
    plot.acp                                html  
    pop                                     html  
    varrob                                  html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (amap)
Making 'packages.html' ... done