Package: mdclust Type: Package Title: Maximum Diversity Clustering Version: 0.99.2 Authors@R: person("Tim", "Herbermann", role = c("aut", "cre"), email = "tim.herbermann@embl.de") Description: Standalone implementation of the maximum diversity clustering algorithm (Algorithm 2) from Korsunsky et al. (2019), Nature Methods. Soft spherical k-means with a batch-diversity penalty. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Imports: Rcpp LinkingTo: Rcpp, RcppArmadillo Config/roxygen2/version: 8.0.0 Suggests: testthat (>= 3.0.0), knitr, quarto, ggplot2, harmony (>= 2.0.0), patchwork Config/testthat/edition: 3 VignetteBuilder: quarto SystemRequirements: quarto biocViews: Software, Clustering, DimensionReduction URL: https://github.com/Herbermann/mdclust BugReports: https://github.com/Herbermann/mdclust/issues Repository: https://biocstaging.r-universe.dev Date/Publication: 2026-07-21 08:45:54 UTC RemoteUrl: https://github.com/BiocStaging/mdclust RemoteRef: HEAD RemoteSha: 01fe57f9df769b110891e60e92825735ccee3dc1 NeedsCompilation: yes Packaged: 2026-07-21 10:47:01 UTC; root Author: Tim Herbermann [aut, cre] Maintainer: Tim Herbermann