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
I just found another ways to see the list of the packages without writing any code:
Help --> R Help
(from the menu above)Reference --> Packages
There you are.
OR
Help --> Html help
Reference --> Packages