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
We will remove the set_datanames functionality from the codebase and update a handful of teal modules to ensure users can control the module's datanames from the module's constructor.
While most modules include an argument (or equivalent to it) to configure datanames, some do not:
Definition of Done
Remove the set_datanames feature from the codebase, including related unit tests and associated components.
Allow users to set datanames in the module's constructor in teal.modules.general.
Allow users to set datanames in the module's constructor in teal.modules.clinical.
We have identified the teal modules affected in teal.modules.general (TMG) and teal.modules.clinical (TMC), and we will open issues for these modules.
Our priority will be to address the modules in tmc and tmg first. Other non-CRAN-released teal modules, such as teal.osprey and teal.goshawk, will be addressed at a later stage.
Continuation of #1380 (comment)
Summary
We will remove the
set_datanames
functionality from the codebase and update a handful ofteal
modules to ensure users can control the module'sdatanames
from the module's constructor.While most modules include an argument (or equivalent to it) to configure
datanames
, some do not:Definition of Done
set_datanames
feature from the codebase, including related unit tests and associated components.datanames
in the module's constructor inteal.modules.general
.datanames
in the module's constructor inteal.modules.clinical
.We have identified the
teal
modules affected inteal.modules.general
(TMG) andteal.modules.clinical
(TMC), and we will open issues for these modules.Our priority will be to address the modules in tmc and tmg first. Other non-CRAN-released
teal
modules, such asteal.osprey
andteal.goshawk
, will be addressed at a later stage.Tasks
datanames
in module's constructor teal.modules.general#821datanames
in module's constructor teal.modules.clinical#1307The text was updated successfully, but these errors were encountered: