-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.01 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
Package: outbreakinfo
Type: Package
Title: outbreak.info R Client
Version: 0.2.0
Authors@R: c(person("Manar", "Alkuzweny", email = "manaralkuzweny@gmail.com",
role = c("aut", "cre")),
person("Karthik", "Gangavarapu", email = "gkarthik@ucla.edu",
role = c("aut")),
person("Laura", "Hughes", email = "lhughes@scripps.edu",
role = c("aut"))
)
Description: This package retrieves up-to-date COVID-19 epidemiological and genomic data from outbreak.info.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: FALSE
Imports:
jsonlite,
RcppSimdJson,
ggplot2,
readr,
progress,
dplyr,
plyr,
purrr,
stringr,
tidyr,
httr,
yaml,
crayon,
sf
RoxygenNote: 7.2.0
Suggests:
testthat,
knitr,
lubridate
URL: https://outbreak-info.github.io/R-outbreak-info/
BugReports: https://github.com/outbreak-info/R-outbreak-info/issues