-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
46 lines (46 loc) · 1.38 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
38
39
40
41
42
43
44
45
46
Package: HospitalNetwork
Type: Package
Title: Building Networks of Hospitals Through Patients Transfers
Version: 0.9.3
Authors@R: c(
person("Pascal", "Crépey", email = "pascal.crepey@ehesp.fr", role = c("aut", "cre", "cph")),
person("Tjibbe", "Donker", email = "tjibbe.donker@uniklinik-freiburg.de", role = "aut"),
person("Clément", "Massonnaud", email = "clement.massonnaud@gmail.com", role = "aut"),
person("Michael", "Lydeamore", email="michael.lydeamore@monash.edu", role=c("aut"))
)
Description: Set of tools to help interested researchers to build hospital networks
from data on hospitalized patients transferred between hospitals. Methods provided
have been used in Donker T, Wallinga J, Grundmann H. (2010) <doi:10.1371/journal.pcbi.1000715>,
and Nekkab N, Crépey P, Astagneau P, Opatowski L, Temime L. (2020) <doi:10.1038/s41598-020-71212-6>.
URL: https://pascalcrepey.github.io/HospitalNetwork/
BugReports: https://github.com/PascalCrepey/HospitalNetwork/issues
License: GPL-3
Encoding: UTF-8
LazyLoad: true
Imports:
checkmate,
igraph,
lubridate,
R6,
ggplot2,
ggraph
Depends:
data.table
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0),
shiny,
shinyWidgets,
shinydashboard,
DT,
shinyalert,
shinyjs,
vdiffr,
pander,
glue,
golem,
htmltools
VignetteBuilder: knitr
Language: en-US