-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
57 lines (57 loc) · 1.09 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
47
48
49
50
51
52
53
54
55
56
57
Package: revents
Date: 2024-05-24
Type: Package
Title: revents package
Version: 0.1.0
Authors@R: c(
person(
given = "David",
family = "Herman",
role = c("aut", "cre"),
comment = c(ORCID = "0009-0002-8802-4914"),
email = "[email protected]"
),
person(
given = "Quentin",
family = "Pilard",
role = c("aut"),
email = "[email protected]"
),
person(
given = "Quinten Health",
family = "",
role = c("cph")))
Maintainer: David Herman <[email protected]>
Description: Recurrent event models for non-terminal events
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Imports:
broom,
here,
dplyr,
finalfit,
forcats,
ggplot2,
gtsummary,
kableExtra,
MASS,
pacman,
purrr,
reda,
reReg,
stringr,
survival,
tidyr,
writexl,
tibble,
frailtyEM
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)
URL: https://davidherman94.github.io/revents/