Last data update: 2014.03.03

fastcluster

Package: fastcluster
Encoding: UTF-8
Type: Package
Version: 1.1.20
Date: 2015-07-19
Title: Fast Hierarchical Clustering Routines for R and Python
Authors@R: person("Daniel", "Müllner", email = "daniel@danifold.net", role = c("aut", "cph", "cre"))
Enhances: stats, flashClust
Depends: R (>= 3.0.0)
Description: This is a two-in-one package which provides interfaces to
both R and Python. It implements fast hierarchical, agglomerative
clustering routines. Part of the functionality is designed as drop-in
replacement for existing routines: linkage() in the SciPy package
'scipy.cluster.hierarchy', hclust() in R's 'stats' package, and the
'flashClust' package. It provides the same functionality with the
benefit of a much faster implementation. Moreover, there are
memory-saving routines for clustering of vector data, which go beyond
what the existing packages provide. For information on how to install
the Python files, see the file INSTALL in the source distribution.
License: FreeBSD | GPL-2 | file LICENSE
URL: http://danifold.net/fastcluster.html
NeedsCompilation: yes
Packaged: 2016-03-31 19:32:15 UTC; muellner
Author: Daniel Müllner [aut, cph, cre]
Maintainer: Daniel Müllner <daniel@danifold.net>
Repository: CRAN
Date/Publication: 2016-03-31 22:27:40

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'fastcluster' ...
** package 'fastcluster' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c fastcluster_R.cpp -o fastcluster_R.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o fastcluster.so fastcluster_R.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/fastcluster/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'fastcluster'
    finding HTML links ... done
    fastcluster                             html  
Rd warning: /tmp/RtmpuyLl7r/R.INSTALL16797d30ebfb/fastcluster/man/fastcluster.Rd:16: missing file link 'hclust'
    hclust                                  html  
    hclust.vector                           html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (fastcluster)
Making 'packages.html' ... done