Skip to content

Commit

Permalink
cleanup and prepare to add the logistic function data example
Browse files Browse the repository at this point in the history
  • Loading branch information
certara-smouksassi committed Jan 4, 2024
1 parent 4974e24 commit 9df974f
Show file tree
Hide file tree
Showing 6 changed files with 759 additions and 3 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ importFrom(ggbeeswarm,position_beeswarm)
importFrom(ggbeeswarm,position_quasirandom)
importFrom(rlang,.data)
importFrom(rlang,`:=`)
importFrom(rlang,sym)
importFrom(scales,identity_trans)
importFrom(scales,label_parse)
importFrom(scales,label_wrap)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* 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
* added function `gglogisticexpdist`
* TBD reduce package size !

# ggquickeda 0.3.0
Expand Down
2 changes: 0 additions & 2 deletions R/ggkmrisktable.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#' @importFrom survival survfit
#' @importFrom survival Surv
#' @import tidyr
#'
#'

tableau10 <- c("#1F77B4","#FF7F0E","#2CA02C","#D62728","#9467BD",
"#8C564B","#E377C2","#7F7F7F","#BCBD22","#17BECF")
Expand Down
Loading

0 comments on commit 9df974f

Please sign in to comment.