Call manage_deps() before updating cache to ensure all current requirements (including Python ones) are installed
Refactor update_cache() to use with_renv_factory() to run renv tasks in separate R processes, this avoids some annoying side effects like opening new RStudio sessions when testing code interactively
manage_deps()
before updating cache to ensure all current requirements (including Python ones) are installedupdate_cache()
to usewith_renv_factory()
to runrenv
tasks in separate R processes, this avoids some annoying side effects like opening new RStudio sessions when testing code interactivelyFixes #68 Related: https://github.com/milanmlft/sandpaper/pull/23