-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qenv - Show R Code check = FALSE notification; moving hash out of teal.slice and teal.data into teal #751
Comments
We discussed the topic of the purpose of the Also, there are evidence that CoreDev needs guidance from PO (@kumamiao @lcd2yyz) to decide whether or not we need the tagging @pawelru for awareness |
ok so using the following 2 PRs as a guide: insightsengineering/teal.slice#121 #770 we can recreate the missing information BUT we should remove this functionality out of teal.data and teal.slice and only have it here in teal. This should be done after the merge of teal_refactor into main and we should check that this change doesn't break the old chunks way of doing things as that is only soft deprecated |
closes #751 The dataset are being hashed using `rlang::hash` in: 1) `data_to_datasets` when using `qenv` 2) `get_rcode` when using chunks `chunks` -`calculate_hashes` function has been created to be used in both places. -the filtering is not returned in `get_datasets_code` now but rather in `get_rcode` and `datasets_to_data`. -messages and warnings calls are now returned in `get_datasets_code` instead of character strings. Please test with `chunks` and `qenv` examples from tmg, tmc ... Also closes #752 Signed-off-by: Mahmoud Hallal <86970066+mhallal1@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Nikolas Burkoff <nikolas.burkoff@roche.com>
related to insightsengineering/teal#751 remove datasets hashing and transfer it to `teal`. Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
related to insightsengineering/teal#751 Remove datasets hashing and transfer it inside `teal`. Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: insights-engineering-bot <68416928+insights-engineering-bot@users.noreply.github.com> Co-authored-by: arkadiuszbeer <86738093+arkadiuszbeer@users.noreply.github.com>
From @nikolas-burkoff
Do we care about when check = FALSE having some notification in the SRC like we currently do?
Also we are losing the check on the hash of the datasets
The text was updated successfully, but these errors were encountered: