forked from jinseob2kim/jskm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
20 lines (20 loc) · 779 Bytes
/
DESCRIPTION
File metadata and controls
20 lines (20 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: jskm
Title: Kaplan-Meier Plot with 'ggplot2'
Version: 0.5.2
Date: 2023-08-04
Authors@R: c(person("Jinseob", "Kim", email = "jinseob2kim@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9403-605X")),
person("Zarathu", role = c("cph", "fnd"))
)
Description: The function 'jskm()' creates publication quality Kaplan-Meier plot with at risk tables below. 'svyjskm()' provides plot for weighted Kaplan-Meier estimator.
Depends: R (>= 3.4.0)
License: Apache License 2.0
Encoding: UTF-8
Imports: ggplot2, ggpubr, survival, survey, scales
RoxygenNote: 7.2.3
URL: https://github.com/jinseob2kim/jskm
BugReports: https://github.com/jinseob2kim/jstable/issues
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr