-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
39 lines (39 loc) · 1.54 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
Package: phylosamp
Type: Package
Title: Sample Size Calculations for Molecular and Phylogenetic Studies
Version: 1.0.1
Date: 2023-04-25
Authors@R: c(person("Shirlee", "Wohl", role=c("aut", "ctb"), email="[email protected]"),
person("Elizabeth C", "Lee", role=c("aut", "ctb"), email="[email protected]"),
person("Lucy", "D'Agostino McGowan", role=c("aut", "ctb"), email = "[email protected]",
comment = c(ORCID = "0000-0002-6983-2759")),
person("John R", "Giles", role=c("aut", "ctb"), email="[email protected]"),
person("Justin", "Lessler", role=c("aut", "cre"), email="[email protected]"))
Maintainer: Justin Lessler <[email protected]>
Description: Implements novel tools for estimating sample sizes needed for phylogenetic studies, including
studies focused on estimating the probability of true pathogen transmission between two cases given phylogenetic linkage and studies focused on tracking pathogen variants at a population level. Methods described in Wohl, Giles, and Lessler (2021) and in Wohl, Lee, DiPrete, and Lessler (2023).
License: GPL-2
URL: https://github.com/HopkinsIDD/phylosamp
BugReports: https://github.com/HopkinsIDD/phylosamp/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 2.10),
stats
Imports:
cli,
lifecycle,
rlang
Suggests:
cowplot,
ggplot2,
knitr,
purrr,
RColorBrewer,
reshape2,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)