R - getting list of libraries installed


to get a list of installed packages in your R, just use the following command :-

installed.packages()

You can also list core libraries by using the following command

installed.packages(priority = "base")

"base"  must be lower case. 

Comments

Popular posts from this blog

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type