Changelog
teal.goshawk 0.1.14
Enhancements
- Added
teal.reporter
reporting into all the package modules. - Added optional argument
plot_relative_height_value
totm_g_gh_lineplot
to control initial value of the relative plot height slider. - Implemented
nestcolor
with slight refactoring totm_g_gh_lineplot
and addednestcolor
in examples with no custom color manuals.
teal.goshawk 0.1.12
Breaking Changes
- Converted the
hline
parameter oftm_g_gh_lineplot
to three parameters:hline_arb
,hline_arb_color
andhline_arb_label
.
Miscellaneous
- Added basic logging to the modules.
- Rewrote modules to use
moduleServer
and updated calls toteal.devel
modules which have also been written to usemoduleServer
. - Replaced calls to
teal::root_modules
withteal::modules
following deprecation ofteal::root_modules
. - Adjusted package imports to take into account changes to the
teal
framework.
teal.goshawk 0.1.11
teal.goshawk 0.1.10
New Features
- Lab normal range and
LOQs
horizontal line feature intm_g_gh_spaghettiplot
,tm_g_gh_boxplot
andtm_g_gh_correlationplot
.
Breaking Changes
- Allow arbitrary horizontal line arguments in
tm_g_gh_spaghettiplot
,tm_g_gh_boxplot
,tm_g_gh_density_distribution_plot
andtm_g_gh_correlationplot
and vertical line arguments intm_g_gh_correlationplot
. This functionality has changed the arguments required to use the modules:-
hline
replaced byhline_arb
,hline_arb_color
andhline_arb_label
in the above modules. -
vline
replaced byvline_arb_var
,vline_arb_color
andvline_arb_label
intm_g_gh_correlationplot
.
-
teal.goshawk 0.1.8
Enhancements
-
g_lineplot
- Updated the plot to remove x-axis label when x-axis is numeric and has no data in the corresponding y-axis variable.
- Added slider to control the relative size of the plot and tables.
- Replaced function
brushedPoints
withclean_brushedPoints
intm_g_gh_boxplot
,tm_g_gh_correlationplot
,tm_g_gh_scatterplot
andtm_g_gh_spaghettiplot
.
teal.goshawk 0.1.7
teal.goshawk 0.1.6
Enhancements
-
tm_g_gh_boxplot
- Changed slider title from “Transparency” to “Alpha”.
-
tm_g_gh_correlationplot
- Added
facet_var
argument and UI drop down.
- Added
-
tm_g_gh_density_distribution_plot
- Rug plot option added.
-
tm_g_gh_lineplot
- Argument changes:
font_size
–>plot_font_size
. - Line and symbol type can now be configured. especially useful if line splitting is used.
- Can set minimum records threshold for rendering data point in plot.
- Table font size can now be controlled.
- Argument changes:
-
tm_g_gh_scatterplot
- Added
facet_var
argument and UI drop down.
- Added
-
tm_g_gh_spaghettiplot
- Changed slider title from “Transparency” to “Alpha”.
teal.goshawk 0.1.5
-
templ_ui_params_vars
now usesoptionalSelectInput
fromteal
. -
shape_choices
argument totm_g_gh_lineplot
can be either a character vector orchoices_selected
.
teal.goshawk 0.1.4
- bug fix in correlation plot module related to axis ranges
- reflect changes in data filter panel re-factoring
- modification to correlation module to pass data for data driven LLOQ and ULOQ footnote
teal.goshawk 0.1.3
- Added
.data
to PARAMCD in new functions related to sliders and reactivity. - Fixing doc and other small fixes.
- Added toggable slider to all modules.
- Added data driven data constraints UI rendering.