-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Decouple scda - reorganise example and test data samples #1
Comments
how about we name the new repo as "tlg.tests.scda" |
I widely agree with this issue. Today, I have been thinking about table tests that are currently in
|
Done! |
As a NEST packages maintainer
In order to have my packages more encapsulated (in particular: independent of scda packages)
I want to move example data into the package while still keeping extensive data testing somewhere else (i.e. new package)
This is the target state:
tern
/rlistings
/rtables
scda.tests
chevron
tmg
/tmc
/tg
/to
goshawk
/osprey
- (general) regression
- (Roche specific) regresion
- shiny
- (general) regression
scda
)I have discussed this with @shajoezhu and here's the summary:
tern
andrlistings
): please analyse ifscda
dependency is really required. If not: let's create example and testing data (it could be the same data sample) and save it into the respective package. This is assumed to be much lighter thanscda
produces. For some of the cases (e.g. internals toteal
) it could be non CDISC.As a result, a given package would become independent of
scda
. This is relevant for individual package release model.This needs to be done for many packages (basically all downstream dependencies of
scda
) starting fromtern
andrlistings
.scda
. Those exist currently intern
and it need to be moved from there.List of tasks:
scda.tests
(name TBD)scda
from teal teal#834scda
from teal.data teal.data#145scda
from teal.slice teal.slice#299scda
from teal.transform teal.transform#133scda
from teal.widgets teal.widgets#157The text was updated successfully, but these errors were encountered: