Changelog
Source:NEWS.md
teal.goshawk 0.3.0
Enhancements
- Added
transformatorparameter in module (#331) - Fixed and Enhanced ticks rendering (#133)
- Added
teal.loggerfunctionality for logging changes in shiny inputs in all modules. - Enhanced the Show R Code result to include plot and table for boxplot and density plot (#291).
- Enhanced
tm_g_gh_boxplotto resolve delayed object (#301). - Enhanced the density calculation ranges logic for
tm_g_gh_density_distribution_plot(#308).
teal.goshawk 0.2.0
Enhancements
- Updated the documentation and vignettes to demonstrate method to pass
teal_dataobject toteal::init(). - Removed
Show Warningsmodals from modules.
teal.goshawk 0.1.15
Enhancements
- Updated encodings input checks to use
shinyvalidate::InputValidatorinstead ofshiny::validatefor better UI experience. - Added a tooltip to value input of
ui_arbitrary_linesto explain how to supply multiple values.
teal.goshawk 0.1.14
Enhancements
- Added
teal.reporterreporting into all the package modules. - Added optional argument
plot_relative_height_valuetotm_g_gh_lineplotto control initial value of the relative plot height slider. - Implemented
nestcolorwith slight refactoring totm_g_gh_lineplotand addednestcolorin examples with no custom color manuals.
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
LLOQandULOQfootnote
teal.goshawk 0.1.3
- Added
.datatoPARAMCDin new functions related to sliders and reactivity. - Fixing doc and other small fixes.
- Added toggleable slider to all modules.
- Added data driven data constraints UI rendering.