You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #78 and may want to be done at the same time.
In order for tdata objects to be the universal data object in teal we need the cdisc information (i.e. parents) to be added into join_keys so that the information can be passed through to the filter panel.
This issue is to:
Update join_keys class to allow parents to be included (should this be cdisc_join_keys)?
Update CDISCData$new/mutate to add the parents information into join_keys
If once done this task it looks like we can remove CDISCTealData and just use TealData with cdisc_join_keys inside it then create an issue to do this and make changes downstream in teal and teal.slice.
The text was updated successfully, but these errors were encountered:
closes#120
- removed `CDISCTealData` and replaced its functionality with
`TealData`.
- removed `join_keys` mentions in `TealDataset` and
`TealDatasetConnector`.
- updated wrappers `cdisc_data` and `teal_data` to set up join_keys by
calling `JoinKeys` functionalities. They check if
`join_keys` are passed otherwise they create them according to primary
keys.
- deprecated `cdisc_data_file`
- Added tests to `test-joinKeys.R`
- Updated and added tests of `test-TealData`, `test-TealDataAbstract`,
`test-cdisc_data` and `test-teal_data`.
- updated `teal.slice::init_filtered_data` to remove `CDISCTealData` S3
method and to account for `cdisc` status in the `TealData` S3 method:
insightsengineering/teal.slice#169
---------
Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Arkadiusz Beer <[email protected]>
Co-authored-by: Andrew Bates <[email protected]>
Co-authored-by: Dawid Kałędkowski <[email protected]>
mhallal1
added a commit
to insightsengineering/teal.slice
that referenced
this issue
Feb 8, 2023
related to insightsengineering/teal.data#120
Updated `teal.slice::init_filtered_data` to remove `CDISCTealData` S3
method and to account for `cdisc` status in the `TealData` S3 method.
---------
Signed-off-by: Mahmoud Hallal <[email protected]>
Co-authored-by: Nikolas Burkoff <[email protected]>
Related to #78 and may want to be done at the same time.
In order for tdata objects to be the universal data object in teal we need the cdisc information (i.e. parents) to be added into join_keys so that the information can be passed through to the filter panel.
This issue is to:
If once done this task it looks like we can remove CDISCTealData and just use TealData with cdisc_join_keys inside it then create an issue to do this and make changes downstream in teal and teal.slice.
The text was updated successfully, but these errors were encountered: