forked from mrc-ide/tfpscanner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
46 lines (46 loc) · 880 Bytes
/
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
Package: tfpscanner
Title: Transmission fitness polymorphism scanner
Version: 0.3.0
Date: 2023-01-18
Author: Erik Volz, Olivia Boyd
Maintainer: Erik Volz <[email protected]>
Description: A pipeline for scanning a SARS-CoV-2 phylogeny for clades with outlying growth
patterns and high evolutionary rates.
Depends:
R (>= 4.1.0)
Imports:
ape,
dplyr,
foreach,
ggiraph,
ggplot2,
ggtree,
glue,
htmlwidgets (>= 1.6.0),
knitr,
lubridate,
mgcv,
mlesky,
phangorn (>= 2.9.0),
purrr,
readr,
rlang,
Rmpi,
scales,
stats,
stringr,
tibble,
treedater,
utils
Suggests:
doMPI,
svglite,
testthat (>= 3.0.0),
withr
Remotes:
emvolz-phylodynamics/mlesky
SystemRequirements: libopenmpi-dev
Encoding: UTF-8
License: MIT + file LICENSE
RoxygenNote: 7.2.3
Config/testthat/edition: 3