Package: admixr
Title: An Interface for Running 'ADMIXTOOLS' Analyses
Version: 0.9.1
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://reich.hms.harvard.edu/software>) 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: covr, glue, testthat, tidyr, knitr, rmarkdown, tidyverse
SystemRequirements: ADMIXTOOLS suite of command-line utilities for
        population genetics. See
        <https://reich.hms.harvard.edu/software> for the most recent
        installation instructions and further information.
Encoding: UTF-8
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-07-01 19:15:50 UTC; martin_petr
Author: Martin Petr [aut, cre] (<https://orcid.org/0000-0003-4879-8421>)
Maintainer: Martin Petr <contact@bodkan.net>
Repository: CRAN
Date/Publication: 2020-07-03 10:50:06 UTC
Built: R 4.5.2; ; 2025-11-08 04:15:41 UTC; windows
