Skip to content

Commit

Permalink
Increase required R version
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed Jun 15, 2020
1 parent 70d208c commit 8bc7f50
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Package: admixr
Title: An Interface for Running ADMIXTOOLS Analyses Directly from R
Version: 0.8.1
Authors@R: person("Martin", "Petr", email = "mp@bodkan.net", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4879-8421"))
Authors@R:
person(given = "Martin",
family = "Petr",
role = c("aut", "cre"),
email = "git@bodkan.net",
comment = c(ORCID = "0000-0003-4879-8421"))
Description: A convenient interface for performing all stages of ADMIXTOOLS
analyses entirely from R. Wrapper functions (D, f4, f3, etc.) completely
automate the generation of intermediate configuration files, run ADMIXTOOLS
Expand All @@ -15,7 +19,7 @@ License: MIT + file LICENSE
URL: https://github.com/bodkan/admixr
BugReports: https://github.com/bodkan/admixr/issues
Depends:
R (>= 3.4.0)
R (>= 3.6.0)
Imports:
dplyr,
magrittr,
Expand Down

0 comments on commit 8bc7f50

Please sign in to comment.