how to get test_dir not to install new versions of dependencies

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?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.