@jannem @arclight That's where packages like {renv} can help. You record the packages you are using and their versions. and you can reinstall exactly these versions into a project specific library. See https://rstudio.github.io/renv/ for more details.