v0.2.16
·
320 commits
to main
since this release
Breaking changes
- Replaced
chunks
with simplerqenv
class. - Replaced
datasets
argument containingFilteredData
with the new argumentsdata
(tdata
object) andfilter_panel_api
(FilterPanelAPI
).
Enhancements
- Added
parent_dataname
argument totm_variable_browser
andtm_missing_data
to allow specification of parent dataset for these modules. - Improved
UI
labels and plot panel title intm_g_association
. - Added inputs
tm_variable_browser
module for text size and plot theme. - Forced
ggplot
theme to be always selected in all modules. - Updated encodings input checks to use
shinyvalidate::InputValidator
instead ofshiny::validate
for betterUI
experience.
Bug fixes
- Fixed a bug in
tm_g_scatterplot
when selected x and y facets were the same. - Fixed a bug in
tm_g_distribution
to plot the theoretical distribution with newerggplot2
version. - Fixed a bug in
tm_g_bivariate
when adding lines checkbox was available if one of x or y was deselected. - Fixed a bug in
tm_variable_browser
when changing filters would reset the selected variable to the first on the list.
Miscellaneous
- Removed
scda
package dependency from examples. - Replaced deprecated
ggplot2
functions..count..
,..density..
and..prop..
. - Version bump on
forcats
dependency.
What's Changed
- [skip vbump] Dev version with 9xxx by @arkadiuszbeer in #481
- scda.2022 by @nikolas-burkoff in #483
- Teal refactor by @nikolas-burkoff in #485
- Add coverage badge by @walkowif in #486
- Unhelpful title in tm_g_association by @chlebowa in #487
- Enable checks for
workflow_dispatch
event by @walkowif in #488 - [UAT] scale text on the variable browser plot with the plot hieght and width #312 by @chlebowa in #490
- add missing utils prefix by @chlebowa in #492
- 376 facet error@main by @BLAZEWIM in #494
- hide theoretical distribution by @mhallal1 in #496
- Badges and contribution guidelines by @insights-engineering-bot in #497
- fix bug by @mhallal1 in #502
- make themes non-optional by @chlebowa in #504
- add shinyvalidate to tmg by @mhallal1 in #498
- check to assert by @pawelru in #512
- clean up by @chlebowa in #513
- Update check as-cran and default landing page by @walkowif in #514
- Update
rtables
staged dep by @edelarua in #517 - add teal.gallery ref to readme by @pawelru in #519
- remove deprecated fun; vbump dep by @pawelru in #515
- make count as globalVariables by @donyunardi in #525
- 523 bugfix categorical var@main by @BLAZEWIM in #524
- Workflow updates by @walkowif in #522
- Update workflows by @walkowif in #526
- reduce the amount of spelling issues / WORDLIST by @m7pr in #528
- Workflow propagations by @walkowif in #531
- extend examples timing threshold to 11 seconds by @m7pr in #533
- 521 documentation review before the release by @m7pr in #530
- Decoupled scda by @kartikeyakirar in #534
- Move TealReportCard to teal by @gogonzo in #535
- empty by @gogonzo in #537
- Update install by @gogonzo in #539
- 84 qenv prints plots to the device when running shiny app by @kartikeyakirar in #540
- propagate argument name change in teal::module by @chlebowa in #541
- Revert square bracket@main by @gogonzo in #553
- [Bug]: plots from tm_g_scatterplot and tm_a_regression modules print on IDE 554 by @kartikeyakirar in #555
- 545 Keep selected variable in var browser as filters are changed by @averissimo in #549
- 561 Allow the selection of a categorical variable in
tm_outliers
by @averissimo in #562 - 559 Change order of
Show R code
/Show warnings
buttons to be consistent with other modules by @averissimo in #563 - 570 horizontal lines by @chlebowa in #572
- release 0.2.16 [skip vbump] [skip spelling] by @donyunardi in #576
New Contributors
- @walkowif made their first contribution in #486
- @BLAZEWIM made their first contribution in #494
- @donyunardi made their first contribution in #525
- @m7pr made their first contribution in #528
- @kartikeyakirar made their first contribution in #534
- @averissimo made their first contribution in #549
Full Changelog: v0.2.15...v0.2.16