Skip to content

Commit

Permalink
fix format comma issue and adding ggkmrisktable
Browse files Browse the repository at this point in the history
switching mean_cl_normal to mean_cl_boot
  • Loading branch information
certara-smouksassi committed Dec 19, 2023
1 parent 9fc875f commit b660489
Show file tree
Hide file tree
Showing 7 changed files with 858 additions and 23 deletions.
3 changes: 3 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,17 @@ Depends:
Imports:
colourpicker,
dplyr,
data.table,
DT,
Formula,
GGally (>= 2.1.0),
ggbeeswarm,
ggh4x,
ggplot2 (>= 3.3.4),
ggpmisc,
ggrepel (>= 0.7.0),
ggpubr,
ggstance,
gridExtra,
Hmisc,
markdown,
Expand Down
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,19 @@ export(geom_km)
export(geom_kmband)
export(geom_kmticks)
export(get_source_code)
export(ggkmrisktable)
export(merge_steps)
export(run_ggquickeda)
export(sourceable)
export(stairstepn)
export(stat_km)
export(stat_kmband)
export(stat_kmticks)
import(tidyr)
importFrom(ggbeeswarm,position_beeswarm)
importFrom(ggbeeswarm,position_quasirandom)
importFrom(rlang,.data)
importFrom(rlang,`:=`)
importFrom(scales,identity_trans)
importFrom(scales,label_parse)
importFrom(scales,label_wrap)
Expand All @@ -35,3 +39,5 @@ importFrom(scales,percent)
importFrom(scales,percent_format)
importFrom(scales,trans_breaks)
importFrom(scales,trans_format)
importFrom(survival,Surv)
importFrom(survival,survfit)
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
* fixing some errors by the new R rules for logical comparison ||
* fixing error in aspect.ratio not numeric
* fixing other regression with ggpairs color and group
* added support of pasting values of two/three variables
* added function `ggkmrisktable` to add facettable risk tables, km and split exposures to ntiles
* TBD reduce package size !


# ggquickeda 0.3.0
* added options to drop levels for user discrete shape and linetype scales
* fixed ggpairs group input and added ability to combine y variables
Expand Down
Loading

0 comments on commit b660489

Please sign in to comment.