-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
65 lines (65 loc) · 1.25 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: tidypopgen
Title: Tidy Population Genetics
Version: 0.0.0.9020
Authors@R:
c(person("Evie", "Carter", role = c("aut")),
person("Andrea", "Manica", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1895-450X")))
Description: We provide a tidy grammar of population genetics, facilitating
the manipulation and analysis of data on biallelic single nucleotide
polymorphisms (SNPs).
License: GPL (>= 3)
Encoding: UTF-8
Language: en-GB
URL: https://evolecolgroup.github.io/tidypopgen
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 3.0.2),
dplyr,
tibble
Imports:
bigparallelr,
bigsnpr,
bigstatsr,
forcats,
foreach,
generics,
ggplot2,
magrittr,
methods,
MASS,
patchwork,
rlang,
stats,
stringr,
tidyselect,
tidyr,
utils,
Rcpp,
UpSetR,
vctrs
Suggests:
adegenet,
admixtools,
broom,
hierfstat,
knitr,
detectRUNS,
LEA,
rmarkdown,
readr,
reticulate,
testthat (>= 3.0.0),
vcfR
Remotes:
uqrmaie1/admixtools
VignetteBuilder: knitr
Config/testthat/edition: 3
LinkingTo:
Rcpp,
RcppArmadillo (>= 0.9.600),
bigstatsr,
rmio
LazyData: true