insightsengineering / teal

Exploratory Web Apps for Analyzing Clinical Trial Data
https://insightsengineering.github.io/teal/
Other
171 stars 34 forks source link

[Bug]: Duplicated library calls in the SRC #1124

Open gogonzo opened 6 months ago

gogonzo commented 6 months ago

What happened?

Linking to https://github.com/insightsengineering/teal/issues/950

@averissimo @chlebowa @pawelru

Here are conclusions from the meeting:

  1. we will not append library calls in the top of SRC based on sessionInfo. https://github.com/insightsengineering/teal/issues/1123
  2. including library(pkg) or require(pkg) calls in eval_code/within in the modules should make the modules reproducible.
  3. We don't make any static code analysis to make sure that the functions used in qenv are loaded.
  4. To address (3) we can https://github.com/insightsengineering/teal.code/issues/201