forked from huellejn/prophets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1023 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
33
34
Package: prophets
Title: PROPHETS: a R package to exploit PROgression-free survival ratio as primary endpoint in PHasE 2 TrialS in oncology
Version: 0.0.0.9000
Authors@R:
person("Federico", "Nichetti", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8044-4207"))
Description: prophets is an R-Package which is developed to collect and implement different methods for the design and analysis of trials that use PFSratio as their primary endpoint. It provides a convenient wrapper around existing methods to calculate and plot PFSratio-based results.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
dplyr,
rlang,
magrittr,
broom,
gtsummary,
msm,
survival,
survminer,
tibble,
ggthemes,
parfm,
tidyr,
ggplot2,
gsDesign
Depends:
R (>= 2.10)
VignetteBuilder: knitr