insights-engineering-bot
released this
28 Jan 20:29
·
3 commits
to main
since this release
Breaking changes
- Soft deprecate
datanames
argument ofget_code()
. Usenames
instead. - Soft deprecate of
datanames()
. Usenames()
instead. - Deprecate of
datanames(x) <- value
. Does nothing, replace with renaming the objects inside the environment. - All parameters and functions deprecated on 0.4.0 were removed.
Enhancements
names()
function is introduced replacingdatanames
.- if
join_keys
are provided, thenames()
are now sorted in topological way (Kahn
algorithm),
which means the parent dataset always precedes the child dataset. - are extended by the parent dataset name, if one of the child dataset exist in
names()
and
the connection between child-parent is set throughjoin_keys
andparent
exist inteal_data
environment. - do not allow to set a dataset name that do not exist in
teal_data
environment. teal_data
no longer set defaultnames()
based onjoin_keys
names - it uses only data names.
- if
Miscellaneous
get_code
no longer addswarning
message about failed verification.
What's Changed
- 310 fix
get_code
for code included in curly brackets{}
by @m7pr in #311 - Fix removal of curly brackets in
get_code
for code longer than 1 by @m7pr in #312 - replace use of
scda
withrandom.cdisc.data
by @ayogasekaram in #316 - continuation of #312 by @m7pr in #314
- fix verdepcheck by @pawelru in #313
- Workflow propagations by @walkowif in #320
- Add
topological_sort()
todatanames(teal_data())
and also extenddatanames()
with parent dataset when it is provided injoin_keys
by @m7pr in #319 - add lookup-refs param to rhub workflow by @pawelru in #321
- 325 fixed failed pipeline by @donyunardi in #327
- update readme by @pawelru in #328
- Workflow propagations by @walkowif in #329
- remove verify-warning from the code by @gogonzo in #334
- Allow non-standard datanames in code dependency by @averissimo in #340
- 210 depracate
datanames
inteal.data::get_code
by @m7pr in #343 - vbump teal.code by @m7pr in #345
- Adds
names()
function and deprecatesdatanames()
by @averissimo in #347 - 211
[.teal_data
S3 method by @m7pr in #346 - Fixes
datanames()
assignment and re-adds test for deprecated function by @averissimo in #350 - Update
teal.code
version by @m7pr in #352 - Remove TealData and check argument by @llrs-roche in #349
- id as names by @gogonzo in #354
- add setup-r-dependencies by @donyunardi in #355
- Fix documentation note about links on r-devel by @llrs-roche in #356
- datanames in vignettes by @gogonzo in #357
- update testthat version by @donyunardi in #359
- fix deprecation message; add renaming to the examples by @pawelru in #362
- add Remotes to DESCRIPTION by @m7pr in #363
- [skip vbump] upversion v0.7.0 by @donyunardi in #364
New Contributors
- @llrs-roche made their first contribution in #349
Full Changelog: v0.6.0...v0.7.0