Skip to content

Commit 230cc7c

Browse files
MouksassiMouksassi
authored andcommitted
refresh docs after ggplot2 4.0 is out
fine tune news
1 parent dda23c0 commit 230cc7c

File tree

8 files changed

+33
-20
lines changed

8 files changed

+33
-20
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ License: MIT + file LICENSE
6767
SystemRequirements: pandoc with https support
6868
LazyData: true
6969
VignetteBuilder: knitr
70-
RoxygenNote: 7.3.2
70+
RoxygenNote: 7.3.3
7171
Encoding: UTF-8
7272
Roxygen: list(markdown = TRUE)

NEWS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
# ggquickeda 0.3.2
22

33
* added to possible positions on where to put the N of observations in Mean and Median tabs: (fixed, mean, median)
4-
* added check box to use geom_path: Check box for lines: `Respect data order?` requested by Mark Sale)
4+
* added check box to use geom_path: Check box for lines: `Respect data order?` (requested by Mark Sale, Certara)
55
* small fixes in the shiny app `position_beewwarm` and `position_quasirandom` removing groupOnX
66
* added arguments `show.exptile_values`, `show.exptile_values_pos` and `show.exptile_values_order` to
7-
`ggkmrisktable()` requested by Mathilde Marchand
7+
`ggkmrisktable()` (requested by Mathilde Marchand, Certara)
8+
* added argument `km_linewidth` to control km curves linewidths (requested by Sejung Hwang, UCSF)
89
* deprecated `gglogisticexpdist()` and `ggcontinuousexpdist()` in favor of `ggresponseexpdist()`
910
with model_type ="logistic" vs "loess" vs "linear" vs "none"
1011
* several ER functions bugs were fixed e.g. when `exposure_distribution`and `exposure_metric_split` where set to "none"
1112
* several additional features to color by endpoint using `fit_by_color_fill` TRUE FALSE
1213
* several arguments to better control distribution y position e.g. `dist_scale`, `dist_position_scaler` , `dist_offset`
1314
* possibility to specify provide custom names for placebo and standard of care via `exposure_metric_soc_name` and
1415
`exposure_metric_plac_value`
15-
* possibility to specify "boxplots" for `exposure_distribution`
16+
* possibility to specify "boxplots" for the `exposure_distribution` argument in `ggresponseexpdist`
1617
* possibility to specify "none", "%","N (%)","N" for `exposure_distribution_percent`
1718
* possibility to specify "none","left","right" for `exposure_distribution_Ntotal`
1819
* separately control by dose and by exptile mean size `mean_obs_bydose_text_size` and `mean_obs_byexptile_text_size`
1920
* separately control where to put the N by dose or by exptile using `N_byexptile_ypos` or `N_bydose_ypos`
2021
with options "with means","top","bottom","none", text size is controlled by `N_text_size`
21-
* added option to add N total by dose for lineanges via `lineranges_Ntotal` with options "none","left","right"
22+
* added option to add N total by dose for lineranges via `lineranges_Ntotal` with options "none","left","right"
2223
* possibility to return the plot and a list of all datasets needed to redo all layers from scratch via `return_list`
2324
* give user more controls on legends when using `ggresponseexpdist()` with arguments: `color_legend_title`,
2425
`fill_legend_title`, `linetype_legend_title`, `shape_legend_title`, `linetype_legend_title`, and `legend_order`

man/geom_km.Rd

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/geom_kmband.Rd

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/geom_kmticks.Rd

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/stat_km.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/stat_kmband.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/stat_kmticks.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)