-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
70 lines (70 loc) · 2.59 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
66
67
68
69
70
Package: poppr
Type: Package
Title: Genetic Analysis of Populations with Mixed Reproduction
Version: 2.9.6
Authors@R: c(person(c("Zhian", "N."), "Kamvar", role = c("cre", "aut"),
email = "[email protected]", comment = c(ORCID = "0000-0003-1458-7108")),
person(c("Javier", "F."), "Tabima", role = "aut",
email = "[email protected]", comment = c(ORCID = "0000-0002-3603-2691")),
person(c("Sydney", "E."), "Everhart", role = c("ctb", "dtc"),
email = "[email protected]", comment = c(ORCID = "0000-0002-5773-1280")),
person(c("Jonah", "C."), "Brooks", role = "aut",
email = "[email protected]"),
person(c("Stacy", "A."), "Krueger-Hadfield", role = "ctb",
email = "[email protected]", comment = c(ORCID = "0000-0002-7324-7448")),
person(c("Erik"), "Sotka", role = "ctb",
email = "[email protected]"),
person(c("Brian", "J."), "Knaus", role = "ctb",
email = "[email protected]", comment = c(ORCID = "0000-0003-1665-4343")),
person(c("Patrick", "G."), "Meirmans", role = "ctb",
email = "[email protected]", comment = c(ORCID = "0000-0002-6395-8107")),
person(c("Frédéric", "D."), "Chevalier", role = "ctb",
email = "[email protected]", comment = c(ORCID = "0000-0003-2611-8106")),
person("David", "Folarin", role = "aut",
email = "[email protected]"),
person(c("Niklaus", "J."), "Grünwald", role = "ths",
email = "[email protected]", comment = c(ORCID = "0000-0003-1656-7602")))
Maintainer: Zhian N. Kamvar <[email protected]>
Encoding: UTF-8
URL: https://grunwaldlab.github.io/poppr/,
https://github.com/grunwaldlab/poppr/,
https://grunwaldlab.github.io/Population_Genetics_in_R/
Description: Population genetic analyses for hierarchical analysis of partially
clonal populations built upon the architecture of the 'adegenet' package.
Originally described in Kamvar, Tabima, and Grünwald (2014)
<doi:10.7717/peerj.281> with version 2.0 described in Kamvar, Brooks, and
Grünwald (2015) <doi:10.3389/fgene.2015.00208>.
MailingList: https://groups.google.com/d/forum/poppr
BugReports: https://github.com/grunwaldlab/poppr/issues/
Depends:
R (>= 2.15.1),
adegenet (>= 2.0.0)
Imports:
stats,
graphics,
grDevices,
utils,
vegan,
ggplot2,
ape (>= 3.1-1),
igraph (>= 1.0.0),
methods,
ade4,
pegas,
polysat,
dplyr (>= 0.4),
rlang,
boot,
shiny,
magrittr,
progressr
Suggests:
testthat,
knitr,
rmarkdown,
poweRlaw,
cowplot
Config/Needs/check: dbailleul/RClone
License: GPL-2 | GPL-3
VignetteBuilder: knitr
RoxygenNote: 7.2.3