I am trying to use test_dir in testthat in a script that runs every night. Sometimes, one of the dependencies gets stale and it tries to install the dependencies again since new versions are available (the dependencies are already there on the machine). I would like to avoid that.
How do i ask test_dir not to install depedencies?