-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
46 lines (46 loc) · 1.46 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
37
38
39
40
41
42
43
44
45
46
Package: hrqolr
Title: Simulator of health-related quality of life trajectories
Version: 0.0.0.9068
Date: 2024-06-02
Authors@R:
c(person("Benjamin Skov", "Kaas-Hansen",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-1023-0371")),
person("Anders", "Granholm",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-5799-7655")))
Description: hrqolr simulates randomised clinical trials with temporal
trajectories of health-related quality of life (HRQoL) as the outcome and quantifies effect
sizes as single-sampled HRQoL values at end of follow-up and as the area under the trajectories.
Developed as part of the INCEPT (Intensive Care Platform Trial) project (<https://incept.dk/>),
which is primarily supported by a grant from Sygeforsikringen "danmark"
(<https://www.sygeforsikring.dk/>).
Type: Package
BugReports: https://github.com/INCEPTdk/hrqolr/issues
URL: https://inceptdk.github.io/hrqolr/, https://github.com/INCEPTdk/hrqolr/, https://incept.dk/
License: GPL (>= 3)
Language: en-GB
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 2.10)
Imports:
fastmap (>= 1.2.0),
data.table (>= 1.14.2),
Hmisc (>= 5.1.1),
rlang (>= 1.1.1)
Suggests:
covr,
crayon,
ggplot2 (>= 3.5.1),
knitr,
rmarkdown,
scales,
testthat (>= 3.0.0),
vdiffr (>= 1.0.7)
NeedsCompilation: yes
Config/testthat/edition: 3