Skip to content

Commit

Permalink
Merge pull request #35 from sl-eeper/master
Browse files Browse the repository at this point in the history
add p value for competing risk and change default setting for pval.te…
  • Loading branch information
jinseob2kim authored Jan 3, 2025
2 parents d49aa16 + f3c798e commit eb7306c
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 132 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: jskm
Title: Kaplan-Meier Plot with 'ggplot2'
Version: 0.5.8
Date: 2024-12-23
Version: 0.5.9
Date: 2025-01-03
Authors@R: c(person("Jinseob", "Kim", email = "jinseob2kim@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9403-605X")),
person("yoonkyoung", "Chun", email = "rachel200357@gmail.com", role = "aut"),
person("Zarathu", role = c("cph", "fnd"))
Expand All @@ -10,7 +10,7 @@ Description: The function 'jskm()' creates publication quality Kaplan-Meier plot
Depends: R (>= 3.4.0)
License: Apache License 2.0
Encoding: UTF-8
Imports: ggplot2, ggpubr, survival, survey, scales, patchwork
Imports: ggplot2, ggpubr, survival, survey, scales, patchwork, cmprsk
RoxygenNote: 7.3.2
URL: https://github.com/jinseob2kim/jskm, https://jinseob2kim.github.io/jskm/
BugReports: https://github.com/jinseob2kim/jstable/issues
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export(jskm)
export(svyjskm)
import(ggplot2)
importFrom(cmprsk,cuminc)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_blank)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# jskm 0.5.9

* Update: Display p value for competing risk using Gray's test and also reorganize pval.testname option to display corresponding test names.


# jskm 0.5.8

* Update: Add `table.censor` option to show censored number in `jskm`.
Expand Down
Loading

0 comments on commit eb7306c

Please sign in to comment.