Package: adproclus Title: Additive Profile Clustering Algorithms Version: 2.0.1.9000 Authors@R: c(person("Henry", "Heppe", role = c("aut", "cre", "cph"), email = "heppe.henry@gmail.com"), person("Julian", "Rossbroich", role = c("aut")), person("Jeffrey", "Durieux", role = "aut"), person("Tom", "Wilderjans", role = "aut")) Description: Obtain overlapping clustering models for object-by-variable data matrices using the Additive Profile Clustering (ADPROCLUS) method. Also contains the low dimensional ADPROCLUS method for simultaneous dimension reduction and overlapping clustering. For reference see Depril, Van Mechelen, Mirkin (2008) and Depril, Van Mechelen, Wilderjans (2012) . Depends: R (>= 3.1.0) License: GPL (>= 3) Encoding: UTF-8 LazyData: true Imports: checkmate, corrplot, ggplot2, ggrepel, gtools, igraph, matrixStats, multichull, NMFN, qgraph, readr, rlang, scales, stats, tidyr, withr RoxygenNote: 7.3.2 Collate: 'adproclus-package.R' 'adproclus_classes.R' 'clustering.R' 'data.R' 'get_starts.R' 'model_selection.R' 'utils.R' 'visualize.R' Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/henry-heppe/adproclus BugReports: https://github.com/henry-heppe/adproclus/issues Config/pak/sysreqs: cmake libglpk-dev make libicu-dev libjpeg-dev libpng-dev libuv1-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://henry-heppe.r-universe.dev Date/Publication: 2026-01-18 15:23:07 UTC RemoteUrl: https://github.com/henry-heppe/adproclus RemoteRef: HEAD RemoteSha: 409deb4afbf3241949443b4ee26fd181d5cda705 NeedsCompilation: no Packaged: 2026-07-17 06:27:33 UTC; root Author: Henry Heppe [aut, cre, cph], Julian Rossbroich [aut], Jeffrey Durieux [aut], Tom Wilderjans [aut] Maintainer: Henry Heppe