How to install the teal framework?

You should have all the packages already preinstalled during these workshops on the remote workbenches we have prepared.

When you are starting from scratch (or just reinstalled your R version):

install.packages(c(
    "teal",
    "teal.modules.clinical",
    "teal.modules.general",
    "pharmaverseadam"
))

Cloud environment for the workshop

The cloud environment is only available for attendees of the workshop.

link: workbench.teal.sandbox.aws.appsilon.com

🛠️ Exercise (a warm up really)

  • Try loading the above packages to see if the environment is set up correctly
library(teal)
library(teal.modules.general)
library(teal.modules.clinical)
library(pharmaverseadam)