My team uses renv for package management. I think we have a bunch packages we no longer need in our lock file, and I would like to remove them but I am not sure how.
How can I see what packages have been saved our our renv lock file?
How can I easily remove packages from the lock file?
I found the official documentation from renv not very helpful on this front. Thanks in advance for the advice.