insights-engineering-bot
released this
14 Aug 13:46
·
66 commits
to main
since this release
- Removed
scda
package dependency from examples. - Fixed crash in
tm_g_heat_bygrade
when not plottingConmed
. - Added validation to
tm_g_spiderplot.R
that checks if there are duplicates in X and Y facet variables. - Improved input validation and used the
teal::validate_inputs
mechanism to send validation messages to the output panel. - Removed
purrr
from dependencies. - Added argument checks to
tm_g_patient_profile
.
Breaking changes
- Replaced
chunks
with simplerqenv
class. - In all
tm_xyz_srv
modulesdatasets
argument containingFilteredData
have been replaced with the new argumentdata
(tdata
object) andfilter_panel_api
(FilterPanelAPI
). - Updated
arm_var
to point to the factor column inANL
. It can't be a character column anymore. - Removed redundant formal arguments from
tm_g_patient_profile
.
What's Changed
- [skip vbump] Dev version with 9xxx by @arkadiuszbeer in #189
- use scda.2022 by @nikolas-burkoff in #191
- Teal refactor by @nikolas-burkoff in #192
- Add coverage badge by @walkowif in #194
- Enable checks for
workflow_dispatch
event by @walkowif in #195 - add lifecycle badges to module functions by @donyunardi in #196
- x and y facets different validation by @BLAZEWIM in #197
- Badges and contribution guidelines by @insights-engineering-bot in #200
shinyvalidate
improvements by @chlebowa in #199- Update check as-cran and default landing page by @walkowif in #201
- Workflow updates by @walkowif in #203
- Update workflows by @walkowif in #205
- Workflow propagations by @walkowif in #208
- #209 #211 substitute teal.widgets::choices_selected with teal.transform::choices_selected and fix NOTES for R CMD CHECKS by @m7pr in #210
- reduce the amount of spelling issues / WORDLIST by @m7pr in #207
- Decouple scda by @gogonzo in #214
- 214 review documentation after chunks->qenv transition by @m7pr in #216
- Move TealReportCard to teal by @gogonzo in #217
- 215 fix swimlane examples by @m7pr in #218
- empty by @gogonzo in #221
- Update install by @gogonzo in #223
- fix after teal by @gogonzo in #224
- release 0.1.16 [skip vbump] [skip spelling] by @donyunardi in #226
New Contributors
- @walkowif made their first contribution in #194
- @chlebowa made their first contribution in #199
- @m7pr made their first contribution in #210
Full Changelog: v0.1.15...v0.1.16