Changelog
Source:NEWS.md
goshawk 0.1.16
goshawk 0.1.14
Fixes
- Fixed
h_caption_loqs_label
to handle multiple parameters when data frame is returned fromh_identify_loq_values
.
goshawk 0.1.13
goshawk 0.1.12
Fixes
- Fixed plots legends to keep specific items order.
Plot lines
- 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
.
goshawk 0.1.11
Enhancements
- 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
.
goshawk 0.1.10
New Features
- Lab normal range and
LOQs
horizontal line feature ing_spaghettiplot
,g_boxplot
andg_correlationplot
.
Breaking Changes
- 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
.
-
goshawk 0.1.9
- 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.
goshawk 0.1.8
- 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
.
goshawk 0.1.7
- 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.
goshawk 0.1.6
Enhancements
-
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:
goshawk 0.1.3
- Added Study Identifier and Analysis Variable as columns to
t_summarytable
. - Some cosmetic changes and address check issues.