Package: lowmemtkmeans Type: Package Title: Low Memory Use Trimmed K-Means Version: 0.1.4 Authors@R: c(person(given = c("Andrew", "Thomas"), family = "Jones", role = c("aut", "cre"), email = "andrewthomasjones@gmail.com"), person(given = c("Hien", "Duy"), family = "Nguyen", role = "aut")) Description: Performs the trimmed k-means clustering algorithm with lower memory use. It also provides a number of utility functions such as BIC calculations. License: GPL (>= 3) LinkingTo: Rcpp, RcppArmadillo Imports: Rcpp (>= 0.12.5) RoxygenNote: 7.3.3 Encoding: UTF-8 Suggests: testthat Repository: https://andrewthomasjones.r-universe.dev Date/Publication: 2025-09-20 08:53:20 UTC RemoteUrl: https://github.com/andrewthomasjones/lowmemtkmeans RemoteRef: HEAD RemoteSha: a65b94ce09ae782aa84056fc86e5c620dde6ebc4 NeedsCompilation: yes Packaged: 2026-06-24 08:47:59 UTC; root Author: Andrew Thomas Jones [aut, cre], Hien Duy Nguyen [aut] Maintainer: Andrew Thomas Jones