Package: admixr
Title: An Interface for Running 'ADMIXTOOLS' Analyses
Version: 0.9.2
Authors@R: 
    person(given = "Martin",
           family = "Petr",
           role = c("aut", "cre"),
           email = "contact@bodkan.net",
           comment = c(ORCID = "0000-0003-4879-8421"))
Description: An interface for performing all stages of 'ADMIXTOOLS' analyses
    (<https://github.com/dreichlab/admixtools>) entirely from R. Wrapper functions
    (D, f4, f3, etc.) completely automate the generation of intermediate
    configuration files, run 'ADMIXTOOLS' programs on the command-line, and
    parse output files to extract values of interest. This allows users to focus
    on the analysis itself instead of worrying about low-level technical details.
    A set of complementary functions for processing and filtering of data in
    the 'EIGENSTRAT' format is also provided.
License: MIT + file LICENSE
URL: https://github.com/bodkan/admixr
BugReports: https://github.com/bodkan/admixr/issues
Depends: R (>= 3.6.0)
Imports: dplyr, magrittr, readr, stringr, tibble, stats, rlang, utils
Suggests: glue, ggplot2, testthat, forcats, tidyr, knitr, rmarkdown
SystemRequirements: ADMIXTOOLS suite of command-line utilities for
        population genetics. See
        <https://github.com/dreichlab/admixtools> for the most recent
        installation instructions and further information.
Encoding: UTF-8
RoxygenNote: 7.3.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-11-22 16:10:13 UTC; mp
Author: Martin Petr [aut, cre] (ORCID: <https://orcid.org/0000-0003-4879-8421>)
Maintainer: Martin Petr <contact@bodkan.net>
Repository: CRAN
Date/Publication: 2025-11-22 21:10:09 UTC
Built: R 4.5.2; ; 2025-12-25 04:02:18 UTC; windows
