-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.61 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
Package: covid19.analytics
Type: Package
Title: Load and Analyze Live Data from the COVID-19 Pandemic
Version: 2.1.3
Date: 2022-08-18
Author: Marcelo Ponce [aut, cre], Amit Sandhel [ctb]
Maintainer: Marcelo Ponce <[email protected]>
Description: Load and analyze updated time series worldwide data of reported cases for the Novel Coronavirus Disease (COVID-19) from different sources, including the Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE) data repository <https://github.com/CSSEGISandData/COVID-19>, "Our World in Data" <https://github.com/owid/> among several others. The datasets reporting the COVID-19 cases are available in two main modalities, as a time series sequences and aggregated data for the last day with greater spatial resolution. Several analysis, visualization and modelling functions are available in the package that will allow the user to compute and visualize total number of cases, total number of changes and growth rate globally or for an specific geographical location, while at the same time generating models using these trends; generate interactive visualizations and generate Susceptible-Infected-Recovered (SIR) model for the disease spread.
Imports:
readxl,
ape, rentrez,
plotly,
htmlwidgets,
deSolve,
gplots, pheatmap,
shiny, shinydashboard, shinycssloaders, DT, dplyr, collapsibleTree
Suggests:
knitr,
devtools,
roxygen2,
markdown, rmarkdown,
testthat
License: GPL (>=2)
URL: https://mponce0.github.io/covid19.analytics/
BugReports: https://github.com/mponce0/covid19.analytics/issues
RoxygenNote: 7.1.0
VignetteBuilder: knitr