Simulating a RCT to test some assumptions

Currently using renv.

To use globally installed packages:

  • edit .Rprofile and comment out the first line: # source("renv/activate.R")

... or ...

To install packages through renv and go with project dependencies:

  • Open project and run renv::restore()