Changelog
teal.goshawk 0.1.12
Breaking Changes
- Converted the
hlineparameter oftm_g_gh_lineplotto three parameters:hline_arb,hline_arb_colorandhline_arb_label.
Miscellaneous
- Added basic logging to the modules.
- Rewrote modules to use
moduleServerand updated calls toteal.develmodules which have also been written to usemoduleServer. - Replaced calls to
teal::root_moduleswithteal::modulesfollowing deprecation ofteal::root_modules. - Adjusted package imports to take into account changes to the
tealframework.
teal.goshawk 0.1.11
teal.goshawk 0.1.10
New Features
- Lab normal range and
LOQshorizontal line feature intm_g_gh_spaghettiplot,tm_g_gh_boxplotandtm_g_gh_correlationplot.
Breaking Changes
- Allow arbitrary horizontal line arguments in
tm_g_gh_spaghettiplot,tm_g_gh_boxplot,tm_g_gh_density_distribution_plotandtm_g_gh_correlationplotand vertical line arguments intm_g_gh_correlationplot. This functionality has changed the arguments required to use the modules:-
hlinereplaced byhline_arb,hline_arb_colorandhline_arb_labelin the above modules. -
vlinereplaced byvline_arb_var,vline_arb_colorandvline_arb_labelintm_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
brushedPointswithclean_brushedPointsintm_g_gh_boxplot,tm_g_gh_correlationplot,tm_g_gh_scatterplotandtm_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_varargument 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_varargument and UI drop down.
- Added
-
tm_g_gh_spaghettiplot- Changed slider title from “Transparency” to “Alpha”.
teal.goshawk 0.1.5
-
templ_ui_params_varsnow usesoptionalSelectInputfromteal. -
shape_choicesargument totm_g_gh_lineplotcan 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
.datato 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.