Change history of package apcluster: ==================================== Version 1.2.0: - reimplementation of apcluster() in C++ using the Rcpp package which reduces computation times by a factor of 9-10 - obsolete function apclusterLM() removed - updates of help pages and vignette Version 1.1.1: - updated citation - minor corrections in help pages and vignette Version 1.1.0: - exemplar-based agglomerative clustering (function aggExCluster()) added - added various plotting functions, e.g. for dendrograms and heatmaps - added sequence analysis example to vignette - extension of vignette according to new functionality - re-organization of variable names in vignette - added option 'verbose' to apclusterK() - numerous minor corrections in help pages and vignette Version 1.0.3: - Makefile in inst/doc eliminated to avoid installation problems - renamed vignette to "apcluster" Version 1.0.2: - replacement of computation of responsibilities and availabilities in apcluster() by pure matrix operations; traditional implementation according to Frey and Dueck still available as function apclusterLM(); - improved support for named objects - new function for computing label vectors - re-organization of package source files and help pages Version 1.0.1: - first public release