- Change the automated label on
g_spaghettiplot
.
- Update
g_lineplot
andg_spaghettiplot
to include adot_size
parameter for adjusting the size of plot points.
- Add
loq_flag_var
argument to plots. - Remove package prefix from examples.
- Replace soft deprecated
ggplot2
functions with their current equivalents, e.g.aes_string()
withaes()
.
- Update
h_identify_loq_values
to filter for records withLOQFL == "Y"
before calculatingLOQ
. - Fix an issue with vertical range lines displayed only when there are any other lines included.
- Fix partial attribute matching.
- Deprecated
g_scatterplot
. Useg_correlationplot
instead. - Removed
scda
package dependency from examples.
- Fixed
h_caption_loqs_label
to handle multiple parameters when data frame is returned fromh_identify_loq_values
.
- Implemented
nestcolor
with slight refactoring tog_lineplot
,g_density_distribution_plot
and addednestcolor
in examples without custom color manuals. g_spaghettiplot
has a new parameterfacet_scales
that allows for releasing scales in plot facets.
- Updated installation instructions.
- Fixed incorrect color of arbitrary lines legend elements in
geom_arb_hline
andgeom_arb_vline
functions.
- Added a template to the
pkgdown
site.
- Fixed plots legends to keep specific items order.
- Improve straight lines to have a standard
ggplot2
legend format. Each line type (horizontal/vertical, arbitrary/range) has a separate legend entry. - Added labels to the axes equaling the value of a horizontal or vertical line that is added to the plot.
- Standardized the argument to control the range of the axes to
xlim
andylim
, complying withggplot2
.
- Renamed
visit_var
asfacet_var
int_summarytable
and allowed it to beNULL
when there is no facetting. - Extended the functionality of the parameters
hline_arb
(andvline_arb
forg_correlationplot
) to a vector of arbitrary length, allowing users to add any number of arbitrary horizontal or vertical lines tog_spaghettiplot
,g_boxplot
,g_density_distribution_plot
andg_correlationplot
.
- Added R version requirement
R >= 3.6
. - Removed dependency on the
test.nest
package. - Removed dependency on the
utils.nest
package and replaced its functions with equivalents from thecheckmate
package.
- Lab normal range and
LOQs
horizontal line feature ing_spaghettiplot
,g_boxplot
andg_correlationplot
.
- Allow arbitrary horizontal line arguments in
g_spaghettiplot
,g_boxplot
,g_density_distribution_plot
andg_correlationplot
and vertical line arguments ing_correlationplot
. This functionality has changed the arguments required to use the functions:hline
replaced byhline_arb
,hline_arb_color
andhline_arb_label
in the above functions.vline
replaced byvline_arb_var
,vline_arb_color
andvline_arb_label
ing_correlationplot
.
- Updated
LICENCE
andREADME
with new package references. - Updated examples and documentation using
scda
synthetic data instead ofrandom.cdisc.data
. - Added
error_on_lint: TRUE
to.lintr
.
- Updated
g_density_distribution_plot
legend to show lines not squares. - Fixed a bug in
g_correlationplot
when facetting by treatment variable would nullify facetting by visit variable.
- Removed warnings in
g_boxplot
andt_summarytable
when one group has no data. g_boxplot
andg_correlationplot
have been modified to always have empty points, regardless of whetherloq_legend
parameter is set toTRUE
orFALSE
.
- Added optional table in
g_lineplot
, controlled by argumentdisplay_center_tbl
, that displays means or medians of each group of each time point corresponding to the plot.
g_boxplot
- Argument changes:
facet
-->facet_var
- Argument changes:
g_density_distribution_plot
- Rug plot option added.
g_lineplot
:- Argument changes:
font_size
-->plot_font_size
- Line and symbol type can now be configured. especially useful if line splitting is used.
- Added minimum records threshold.
- Table font size can now be controlled.
- Decreased width of error bars.
- Horizontal and columned legend orientation.
- Argument changes:
- Added additional validation and description for the
loq_legend
argument. - Set legend label as variable label attribute of
trt_group
across all modules.
- updated
LLOQ
/ULOQ
footnote for correlation plot
- Added labeling function and data driven
LLOQ
andULOQ
related footnote.
- Issues with no news:
- Added Study Identifier and Analysis Variable as columns to
t_summarytable
. - Some cosmetic changes and address check issues.
- Added argument to control the following:
- Box: Toggle
LoQ
legend on/off. - Correlation: Toggle
LoQ
legend on/off, toggle visit facetting on/off. - Density: Toggle combined treatment line on/off.
- Box: Toggle
- First release.