How we can get the list of installed packages by user in R along with its version?
I know about the command installed.packages() which will give information
installed.packages()
If I develop an app or model and want to record the package versions used, I call sessionInfo()
sessionInfo()