-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 956 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
47
48
Package: covmuller
Type: Package
Title: A tool to model COVID19 variant prevalence using data from GISAID
Version: 0.1.3.9001
Date: 2024-04-08
Author: Saket Choudhary
Maintainer: Saket Choudhary <[email protected]>
Description: covmuller can be used to process data from GISAID and
perform modeling on variant prevalence with lots of supported visualisation.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
URL: https://saketkc.github.io/covmuller
BugReports: https://github.com/saketkc/covmuller/issues
Depends:
R (>= 4.0.0),
Imports:
data.table,
dplyr,
emmeans,
gganimate,
ggplot2,
ggmap,
ggtext,
gifski,
hrbrthemes,
lubridate,
magick,
magrittr,
nnet,
patchwork,
readr,
reshape2,
RJSONIO,
scales,
tidyr,
stringi,
stringr,
tibble,
tsibble,
zoo
Suggests:
COVID19,
ggfittext,
paletteer,
qs,
tidyverse