v0.2.0
Breaking changes
- Updated the data merge functionality to no longer expect input datanames with the suffix
_FILTERED
following changes to the output ofteal.slice::FilteredData$get_call()
. - Updated the data merge downstream functions to accept a
joinKeys
object for thejoin_keys
argument.
New features
data_extract_ui
,data_extract_srv
,data_extract_multiple_srv
can be initialized by a list of (optionallyreactive
)data.frame
objects.- Added new modules
merge_expression_srv
andmerge_expression_module
, updates ofdata_merge_srv
anddata_merge_module
(which will be deprecated in future releases) respectively, wheredatasets
argument takes a list of (optionallyreactive
)data.frame
objects and a new argumentjoin_keys
that accepts ajoinKeys
object.
Enhancements
- Updated the examples and the tests to use
teal.slice::init_filtered_data
to initialize aFilteredData
object. - Updated the vignettes and the README content.
- Updated
data_merge_module
andmerge_expression_module
to acceptNULL
data_extract
inputs.
What's Changed
- fix news by @gogonzo in #70
- Contribution guide updates by @insights-engineering-bot in #71
- updates for teal.slice by @nikolas-burkoff in #73
- resolve_delayed + data_extract_srv by @mhallal1 in #76
- remove chunks + merge_expression_srv by @mhallal1 in #77
- fix tm_g_barchart by @gogonzo in #79
- DESC and README by @denisovan31415 in #80
- Update Rbuildignore and add auto-updates by @insights-engineering-bot in #81
- merge fix by @gogonzo in #83
- update vignettes by @mhallal1 in #82
- Update pre-commit config to detect
_pkgdown.y[a]ml
by @insights-engineering-bot in #85 - 683 join keys@main by @nikolas-burkoff in #86
- remove FILTERED by @nikolas-burkoff in #87
- Update documentation workflow by @insights-engineering-bot in #89
- review css by @Polkas in #88
- fix tests by @nikolas-burkoff in #90
- Fix assertion and docs by @gogonzo in #94
- Fix cran@main by @mhallal1 in #96
- Update check.yaml by @arkadiuszbeer in #95
- fix by @mhallal1 in #98
- NEWS by @mhallal1 in #100
- [skip vbump] Release for version 0.2.0 by @insights-engineering-bot in #101
Full Changelog: v0.1.1...v0.2.0