Last data update: 2014.03.03

clusterCrit

Package: clusterCrit
Type: Package
Title: Clustering Indices
Version: 1.2.7
Date: 2016-05-26
Author: Bernard Desgraupes (University of Paris Ouest - Lab Modal'X)
Maintainer: Bernard Desgraupes <bernard.desgraupes@u-paris10.fr>
Description: Compute clustering validation indices.
License: GPL (>= 2)
URL: http:www.r-project.org
Collate: main.R zzz.R
Encoding: latin1
Suggests: RUnit, rbenchmark
NeedsCompilation: yes
Packaged: 2016-05-27 09:11:58 UTC; bernardo
Repository: CRAN
Date/Publication: 2016-05-27 18:08:55

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'clusterCrit' ...
** package 'clusterCrit' successfully unpacked and MD5 sums checked
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 ISO C89... none needed
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c criteria.c -o criteria.o
gfortran  -fpic -g -O2  -c  norms.f95 -o norms.o
gfortran  -fpic -g -O2  -c  matrix.f95 -o matrix.o
gfortran  -fpic -g -O2  -c  critUtils.f95 -o critUtils.o
gfortran  -fpic -g -O2  -c  indices.f95 -o indices.o
gfortran  -fpic -g -O2  -c  critCalc.f95 -o critCalc.o
gfortran -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o clusterCrit.so criteria.o norms.o matrix.o critUtils.o indices.o critCalc.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/clusterCrit/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'clusterCrit'
    finding HTML links ... done
    bestCriterion                           html  
    clusterCrit                             html  
    concordance                             html  
    extCriteria                             html  
    getCriteriaNames                        html  
    intCriteria                             html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (clusterCrit)
Making 'packages.html' ... done