In my job it is essential that all staff are using the same version of R and the same version of each package.
I have created a local CRAN repository and a function that installs straight from this repository.
The problem is at my work there is a lot of staff and the only way to ensure everyone has done this is to manually check myself.
I was wondering if there exists a way to automatically check that you have the correct package installed?
For example if boot_1.3-18 is the package I wish everyone to use, can I make a function to check whether an R library contains this version?
Also if possible (but not essential) to do this with the version of R being used would be fantastic!
Much thanks in advance!