Releases: smouksassi/coveffectsplot
Releases · smouksassi/coveffectsplot
Adding the deltamethod for secondary parameters and various fixes
- fixed theme issue in the table when breaking long y axis labels
- added the
deltamethod
function
v1.0.5
- hotfix for upcoming ggplot2 fix typo in vignette by @teunbrand in #10
- added
show_table_facet_strip
andtable_facet_switch
arguments to allow user to force a table text colour when desired
Full Changelog: v1.0.4...v1.0.5
Custom Shapes and Reference Lines Party
- updated vignettes and examples
- added citation and start up message
- added major_x_labels argument for custom x labels
- added interval_linewidth argument to control interval linewidth
- added and exported the expand_modelframe function
- added the possibility to select the shapes manually via interval_shape and bsv_shape
- added capability for the user to reverse color legend separately via legend_color_reverse
- added capability for the user to specify text for legend titles via interval_legend_title and shape_legend_title as well as to control legend title text size via legend_title_size
- added capability for the user to specify facet text color via x_facet_text_col and y_facet_text_col for improved theming support
- added possibility to add different ref line(s)/area(s) by parameter via ref_value_by_panel and ref_value_by_panel_data function arguments (not in the shiny, app)
Color by Parameter and CPT:PSP Tutorial acceptance
- vignettes updated to reflect latest addition for the tutorial CPT:PSP paper
- Added a function arguments
paramname_color
andcombine_interval_shape_legend
to enable color by paramname - Added a function arguments
combine_interval_shape_legend
to enable merging of color and pointinterval legends - Added
covdatasim
as a dataset
hotfix or WT / Age LMS dataset
cran fix for url not available wtage is now a dataset that ships with the package
More options added and a Tutorial Paper Submitted
- bumped the version to 1.0 to correspond with the PSP tutorial paper (under review)
- shinymeta on CRAN! Added back code generation in the app (contributed by Dean Attali)
- added arguments and app options to control pointinterval size
interval_size
andinterval_fatten
- added arguments and app options to control ref value
ref_value_size
andref_value_linetype
- added arguments and app options to control which text is detected as bsv
bsv_text_id
Flexibly generate and control one and multi parameters forest plots
- ui improvements and controls for the new arguments
- added
x/y_facet_text_vjust/hjust
arguments for the facets x/y text hjust/vjust - added
xy_facet_text_bold
argument to control facets text face - added
facet_spacing
argument to control facets spacing - added
facet_labeller
argument (function only not in the shiny app) - added
strip_outline
argument to allow the removal of strip.background - added
show_yaxis_gridlines
andshow_xaxis_gridlines
arguments to be able to remove axes grid lines - added
show_ref_value
andref_value_col
arguments for better controls on the ref line - added
plot_margin
argument (controls plot margins) - added
table_margin
argument (controls table margins) - added
legend_margin
argument (controls legend margins) - added
parse_xlabel
andparse_ylabel
arguments to parsexlabel
,ylabel
- added
table_panel_border
argument to allow the removal of panel.border of the table plot - added
reserve_table_xaxis_label
argument to allow alignment of switched strips - added
legend_position
argument to control the legend position - added
legend_ncol_interval
argument to control number of columns of the interval legend - added
legend_ncol_shape
argument to conrol number of columns of the shape legend - added vignette on pediatric multivariate covariate simulations and temporarily removed the pk and pkpd ones
More control and Theme Elements
added an option to have different color and text for BSV (issue submitted by professor France Mentre)
added two vignettes showing how to simulate a PK , PK/PD and exposure response models from scratch.
added a switch to control theme_bw: base_size
added theming proposed by Benjamin Rich and arguments to add a table title and size.
added an argument to ensure alignment of strips between table and plot.
changing default rounding and padding for table numbers (proposed by Benjamin Rich)
added options to control the legends number of columns.
added hooks for more control on margins, strips etc.
bug fixes and addition of options to further modify generated plots
0.0.3 updated cran-comments
CRAN 0.0.2
- Removed reference to the old name of the package
- updated vignette and docs
- tweaked the order of the shape legends to reverse
- added additional visual improvement options