-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 873 Bytes
/
DESCRIPTION
File metadata and controls
44 lines (44 loc) · 873 Bytes
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
Package: simulation
Type: Package
Title: Simulation
Version: 1.0.0
Authors@R: c(
person(
"Amy", "Heather",
email = "a.heather2@exeter.ac.uk",
role = c("aut", "cre")
),
person(
"Tom", "Monks",
email = "t.m.w.monks@exeter.ac.uk",
role = c("ctb")
)
)
URL: https://github.com/pythonhealthdatascience/rdesrap_stroke
Description: Reproducible analytical pipeline (RAP) for R discrete-event
simulation (DES) implementing the Stroke Capacity Planning Model from Monks
et al. 2016.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
checkmate,
dplyr,
future,
future.apply,
jsonlite,
R6,
rlang,
simmer
Suggests:
devtools,
ggplot2,
lintr,
mockery,
patrick,
scales,
testthat (>= 3.0.0),
covr,
DT
Config/testthat/edition: 3