I recently installed Ubuntu 20.04 with LAMP setup and working on a website.The code execution halted and the log file error.log shows package installation issue. Specifically,
Error in library(ggplot2) : there is no package called 'ggplot2'
Though I have ggplot2 installed locally, I couldn't find any thread or documents related to installation of package on server. If anyone can direct me the r package installation to solve the issue, it would be great.