-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
32 lines (32 loc) · 997 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: sicksickerPack
Title: Example R package for the Sick Sicker Model
Version: 0.0.0.9000
Authors@R: c(
person("Robert", "Smith",, "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-0245-3217")),
person("Wael", "Mohammed",, "[email protected]", role = c("aut","cre"),
comment = c(ORCID = "0000-0003-0370-4903"))
)
Maintainer: <[email protected]>
Description: Example package to demonstrate the value of creating models as R packages and the process of translating a simple model into an R package.
License: MIT + file LICENSE
URL: https://darkpeakanalytics.com/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
assertthat (>= 0.2.1),
BCEA,
httr (>= 1.4.5),
purrr (>= 1.0.1),
rlang,
truncnorm (>= 1.0.9)
Depends:
R (>= 2.10)
LazyData: true
VignetteBuilder: knitr