-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 869 Bytes
/
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
Package: simcases
Title: Perform Simulation Studies Over Multiple Cases/Scenarios
Version: 0.0.0.9000
Authors@R: c(
person("Audrey", "Beliveau", , "[email protected]", c("aut", "cre")),
person("Joe", "Thorley", , "[email protected]", c("ctb"), comment = c(ORCID = "0000-0002-7683-4592"))
)
Description: Perform Simulation Studies Over Multiple Cases/Scenarios.
License: GPL-3
Depends: R (>= 3.6.0)
Imports:
chk (>= 0.5.0.9000),
sims (>= 0.0.0.9024),
simanalyse,
utils
Suggests:
covr,
testthat,
future,
tibble,
nlist (>= 0.1.0.9003)
Remotes:
poissonconsulting/nlist,
poissonconsulting/chk,
poissonconsulting/sims,
audrey-b/simanalyse
URL: https://github.com/audrey-b/simcases
BugReports: https://github.com/audrey-b/simcases/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Language: en-US