-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.04 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.04 KB
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
Package: encore.analytics
Type: Package
Title: Functions and Wrappers To Streamline Complex Analytic Workflows in Non-randomized Oncology Database Studies Based On The ENCORE Trial Emulation Project
Version: 0.2.1
Authors@R: c(
person("Janick", "Weberpals", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0404-7394")))
Description: This package contains functions to streamline the analytics for the ENCORE trial emulation project.
BugReports: https://github.com/janickweberpals/encore.analytics/issues
Encoding: UTF-8
LazyData: true
Imports:
anesrake,
assertthat,
broom,
dplyr (>= 1.0.0),
forcats,
ggplot2,
ggsurvfit,
glue,
gt,
gtsummary (>= 2.0.0),
locfit,
MatchThem,
stringr,
mice,
simsurv,
smd,
survival,
tibble,
tidyr
Suggests:
testthat (>= 3.0.0),
survey,
cardx (>= 0.2.3),
covr
Config/testthat/edition: 3
RoxygenNote: 7.3.3
URL: https://janickweberpals.github.io/encore.analytics/
License: Apache License (>= 2)