forked from lampk/C306
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.24 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
Package: C306
Type: Package
Title: Collection of useful R codes for data analysis from the Biostatistics group at OUCRU
Version: 0.1.5-240715
Author: Lam Phung Khanh
Maintainer@R:
c(
person(
given = "Khanh Lam",
family = "Phung",
role = c("author", "maintainer"),
email = "[email protected]"),
person(
given = "Huu Khanh Trinh",
family = "Dong"
role = "maintainer",
email = "[email protected]"),
person(
given = "Biostatistic Group",
role = "maintainer",
email = "[email protected]"
)
)
Description: Collection of useful R codes for data analysis from the Biostatistics group at OUCRU
Use four spaces when indenting paragraphs within the Description.
License: The MIT License (MIT)
Encoding: UTF-8
LazyData: true
Depends:
data.table,
dplyr,
R (>= 4.1)
Imports:
Hmisc,
stringi,
lubridate,
car,
readxl,
flextable,
officer,
tidyr,
rlang,
purrr,
formula.tools,
eventglm,
ggplot2,
survminer,
ggsurvfit,
survival,
aod
RoxygenNote: 7.3.2
Suggests: knitr,
rmarkdown,
huxtable
VignetteBuilder: knitr