RT Guide: List Installed R Packages

Run the following to list your installed R packages

ip = as.data.frame(installed.packages()[,c(3:4)]) ip = ip[is.na(ip$Priority),1,drop=FALSE] ip