-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
executable file
·36 lines (36 loc) · 1.05 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: flexsurvPlus
Title: Provides Functions to Perform Survival Analysis for Economic models
Version: 1.06
Authors@R: c(
person("Iain", "Bennett", email = "[email protected]", role = c("cre","aut")),
person("Jo", "Gregory", email = "[email protected]", role = "aut"),
person("Sarah", "Smith", email = "[email protected]", role = "aut"),
person("Richard", "Birnie", email = "[email protected]", role = "aut"),
person("F. Hoffmann La Roche Ltd", role = c("cph"))
)
Description: A group of functions designed to perform survival analyses.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Imports:
assertthat (>= 0.2.1),
dplyr (>= 0.8.4),
magrittr (>= 1.5),
survival (>= 3.1),
tibble (>= 3.0.0),
stats (>= 2.0)
Depends:
R (>= 2.10),
flexsurv
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
ggplot2 (>= 3.3.0),
boot (>= 1.3-24),
pander,
tidyr
Config/testthat/edition: 3