Is it possible to access several versions of the same package in a given library ? I see many projects online like miniCRAN or versions or cranium but they all allow the same thing which is allow a user to build a given version of a package.
My problem is that I have several users that need to run their code as the same prod user so they might need different versions of the same package.
Is there something that would enable me to do essentially
R) library(my_package, version='1.0.1')