Package: tidygenclust Title: Clustering for Population Genetics in R Version: 0.1.2 Authors@R: c( person("Eirlys", "Tysall", role = c("aut")), person("Anahit", "Hovhannisyan", role = c("aut")), person("Evie", "Carter", role = c("aut")), person("Andrea", "Pozzi", role = c("aut")), person("Cecilia", "Padilla-Iglesias", role = c("aut")), person("Michela", "Leonardi", role = c("aut")), person("Aramish", "Fatima", role = c("aut")), person("Ondrej", "Pelanek", role = c("aut")), person("Nile", "Stephenson", role = c("aut")), person("Margherita", "Colucci", role = c("aut")), person("Andrea", "Manica", , "am315@cam.ac.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1895-450X")) ) Description: A tidy interface to clustering in population genetics. This package provides a set of functions to perform clustering on genetic data, and to visualize the results, both for single runs and for multiple repeats of the same analysis. 'tidygenclust' ports the 'fastmixture' and 'clumppling' python modules to R, and it is built on top of the 'tidypopgen' package. Currently it works only on Linux and OSX (you can use the WSL on Windows). License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 3.5.0) Imports: dplyr, generics, ggplot2, patchwork, reticulate, rlang, tibble, tidypopgen, tidyr, utils Suggests: knitr, readr, rmarkdown, testthat (>= 3.0.0) LazyData: true VignetteBuilder: knitr Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libpng-dev libssl-dev libproj-dev python3 libsqlite3-dev libudunits2-dev zlib1g-dev Repository: https://evolecolgroup.r-universe.dev Date/Publication: 2026-07-01 13:13:20 UTC RemoteUrl: https://github.com/EvolEcolGroup/tidygenclust RemoteRef: main RemoteSha: 42a4b8d2eb88a1ac18ebc09df4c3a4e124166b53 NeedsCompilation: no Packaged: 2026-07-01 15:32:02 UTC; root Author: Eirlys Tysall [aut], Anahit Hovhannisyan [aut], Evie Carter [aut], Andrea Pozzi [aut], Cecilia Padilla-Iglesias [aut], Michela Leonardi [aut], Aramish Fatima [aut], Ondrej Pelanek [aut], Nile Stephenson [aut], Margherita Colucci [aut], Andrea Manica [aut, cre] (ORCID: ) Maintainer: Andrea Manica