Closed wvictor14 closed 1 month ago
Hi @wvictor14,
Thanks for reaching out!
Please ensure that you are running the latest version of teal.modules.clinical
available on CRAN, v0.9.1. The example that you linked was taken from version 0.8.14 so will be incompatible, but the updated version of the same example is available here: https://insightsengineering.github.io/teal.modules.clinical/latest-tag/reference/tm_t_events_summary.html
The scda
package has been retired in favour of random.cdisc.data
, but the teal.modules.clinical
package contains some example datasets that can be used to run the examples.
If you are running version 0.9.1, try running the example I have linked above and if you are still running into issues please let me know and I can try to help resolve.
thanks @edelarua for answering the question
dear @wvictor14 , I hope the above answers your question. I am closing this issue for now. If you need further clarification, please post the question on StackOverflow with the tag nest-teal
https://stackoverflow.com/questions/tagged/nest-teal Thank you!
not sure how I ended up on that old example page... Thanks @edelarua !
What is your question?
Problem: Examples can't run due to broken dependencies
Hi, I am beginning to learn about
teal
and related packages and how we can use it at my company. I have a lot of R experience but am unfamiliar with pharmaverse /teal
, and actually clinical trial data in general. Please excuse me if I miss some obvious documentation related toteal
, ADaM, or other...I am interested in a few of the modules in
teal.modules.clinical
but I cannot figure out how to run the examples in the docs. They all require loading the archived packagescda
to load example data. I think I may have figured out how to rely onrandom.cdisc.data
(which I assume is the successor toscda
but I am not sure about that).But now I see that there are further broken dependencies in the few examples I looked at:
cdisc_dataset
function is defunc, it seems to be replaced withteal_data
. I gave up (rather quickly) trying to figure out how to update the example code.questions
documentation in question:
https://insightsengineering.github.io/teal.modules.clinical/v0.8.14/reference/tm_t_events_summary.html
Example code from about reference pasted below:
Again, sorry if I have missed some obvious documentation. There is a lot of teal packages and am trying to navigate my way through it all. Thanks for patience
Code of Conduct
Contribution Guidelines
Security Policy