Rosemary Li

Results 14 comments of Rosemary Li

Hi @coding-geographies I was following the same course on LinkedIn, I can run `docker-compose run test sh` but after I opened the container and run `pytest` I got permission error...

Oh wow I figured the reason. Check the [Stackoverflow post](https://stackoverflow.com/questions/58482352/operation-not-permitted-from-docker-container-logged-as-root), it was a MacOS Catalina update. Now problem solved. Thank you!

Hi @Lnaden and @calintat This is exactly something I was looking for! And I just copied @Lnaden 's code to have my own header.html and I got what I wanted!...

Hey @keyan3 Thank you so much for the fix in `src/queue.hpp` I was able to `./autobuild --install-python` with tbb. Just FYI I tried tbb@2020 but it was deprecated and not...

Hi @shajoezhu I think this is a replication of the issue #284 . Do you want me to close that issue or this one?

for metadata creation, please refer to https://github.com/insightsengineering/tern/blob/main/R/d_pkparam.R

Hi @shajoezhu and @yangx61 , this is new feature requested for tern, but potentially need rtables update I assume?

okay, I did some testing and it seems that the "issue" still exists. However, I'm not sure if it's "teal.modules.clinical" should fix this or the upstream teal/teal.modules.general that should take...

BTW, new codes to replicate the error ``` library(random.cdisc.data) library(teal.modules.clinical) adsl

It seems that ADSL filter is a bit different from other dataset filters where factor variable can display the categories to be included or not. However I'm not sure if...