-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.42 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
Package: SpatialEpiApp
Type: Package
Title: A Shiny Web Application for the Analysis of Spatial and Spatio-Temporal Disease Data
Version: 0.5
Date: 2018-08-10
Authors@R: person("Paula", "Moraga", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Paula Moraga <[email protected]>
Description: Runs a Shiny web application that allows to visualize spatial and spatio-temporal disease data, estimate disease risk and detect clusters. The application allows to fit Bayesian disease models to obtain risk estimates and their uncertainty by using the 'R-INLA' package, <http://www.r-inla.org>, and to detect clusters by using the scan statistics implemented in 'SaTScan', <https://www.satscan.org>. The application allows user interaction and creates interactive visualizations such as maps supporting padding and zooming and tables that allow for filtering. It also enables the generation of reports containing the analyses performed.
Imports:
dplyr,
dygraphs,
ggplot2,
htmlwidgets,
knitr,
leaflet,
mapproj,
maptools,
RColorBrewer,
rgdal,
rgeos,
rmarkdown,
shiny,
shinyjs,
SpatialEpi,
spdep,
xts
Suggests:
INLA,
R.rsp
Additional_repositories: https://inla.r-inla-download.org/R/stable
VignetteBuilder: R.rsp
License: GPL-3
URL: https://github.com/Paula-Moraga/SpatialEpiApp
BugReports: https://github.com/Paula-Moraga/SpatialEpiApp/issues
LazyData: TRUE
RoxygenNote: 6.0.1