Package: seriation
Type: Package
Title: Infrastructure for Ordering Objects Using Seriation
Version: 1.3.3
Date: 2022-03-02
Authors@R: c(
	person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
	    email = "mhahsler@lyle.smu.edu"),
	person("Christian", "Buchta", role = c("aut", "cph")),
	person("Kurt", "Hornik", role = c("aut", "cph")),
	person("Fionn", "Murtagh", role = c("ctb", "cph")),
	person("Michael", "Brusco", role = c("ctb", "cph")),
	person("Stephanie", "Stahl", role = c("ctb", "cph")),
	person("Hans-Friedrich", "Koehn", role = c("ctb", "cph")))
Description: Infrastructure for ordering objects with an implementation of several
    seriation/sequencing/ordination techniques to reorder matrices, dissimilarity
    matrices, and dendrograms. Also provides (optimally) reordered heatmaps,
    color images and clustering visualizations like dissimilarity plots, and
    visual assessment of cluster tendency plots (VAT and iVAT). Hahsler et al (2008) <doi:10.18637/jss.v025.i03>.
Classification/ACM: G.1.6, G.2.1, G.4
URL: https://github.com/mhahsler/seriation
BugReports: https://github.com/mhahsler/seriation/issues
Depends: R (>= 2.14.0)
Imports: stats, grDevices, grid, TSP, qap, cluster, gclus, colorspace,
        MASS, registry
Suggests: DendSer, GA, Rtsne, dbscan, umap, testthat, dendextend,
        ggplot2, scales
Encoding: UTF-8
RoxygenNote: 7.1.2.9000
License: GPL-3
Copyright: The code in src/bea.f is Copyright (C) 1991 F. Murtagh;
        src/bbwrcg.f, src/arsa.f and src/bburcg.f are Copyright (C)
        2005 M. Brusco, H.F. Koehn, and S. Stahl. All other code is
        Copyright (C) Michael Hahsler, Christian Buchta, and Kurt
        Hornik.
Collate: 'AAA_check_installed.R' 'AAA_color_palette.R' 'AAA_map.R'
        'AAA_parameters.R' 'AAA_registry_criterion.R'
        'AAA_registry_seriate.R' 'AAA_seriation-package.R'
        'Chameleon.R' 'Irish.R' 'Munsingen.R' 'Psych24.R'
        'SupremeCourt.R' 'Townships.R' 'VAT.R' 'Wood.R' 'Zoo.R' 'bea.R'
        'bertinplot.R' 'criterion.R' 'criterion.array.R'
        'criterion.dist.R' 'criterion.matrix.R' 'dissplot.R'
        'get_order.R' 'ggVAT.R' 'ggbertinplot.R' 'ggdissplot.R'
        'hmap.R' 'gghmap.R' 'pimage.R' 'ggpimage.R' 'grid_helpers.R'
        'hclust_greedy.R' 'lines_and_ordered_data.R' 'permute.R'
        'register_DendSer.R' 'register_GA.R' 'register_optics.R'
        'register_tsne.R' 'register_umap.R' 'reorder.hclust.R'
        'robinson.R' 'ser_dist.R' 'ser_permutation.R'
        'ser_permutation_vector.R' 'ser_permutation_vector2matrix.R'
        'seriate.R' 'seriate.array.R' 'seriate.data.frame.R'
        'seriate.dist.R' 'seriate.matrix.R'
        'seriate_ARSA_Branch-Bound.R' 'seriate_BEA.R' 'seriate_HC.R'
        'seriate_MDS.R' 'seriate_PCA.R' 'seriate_QAP.R' 'seriate_R2E.R'
        'seriate_SA.R' 'seriate_SPIN.R' 'seriate_TSP.R' 'seriate_VAT.R'
        'seriate_heatmap.R' 'seriate_spectral.R' 'uniscale.R'
NeedsCompilation: yes
Packaged: 2022-03-03 16:03:24 UTC; hahsler
Author: Michael Hahsler [aut, cre, cph],
  Christian Buchta [aut, cph],
  Kurt Hornik [aut, cph],
  Fionn Murtagh [ctb, cph],
  Michael Brusco [ctb, cph],
  Stephanie Stahl [ctb, cph],
  Hans-Friedrich Koehn [ctb, cph]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Repository: CRAN
Date/Publication: 2022-03-07 08:00:02 UTC
