Installation of Hmisc and ggplot2

Please Help
I am new to R and I am having difficulty installing most of the packages needed. I am using version 4.0.4 and I can't install Hmisc because I am getting a massage that the package 'ggplot2' is missing:

install.packages("Hmisc")
library(Hmisc)
Error: package ‘ggplot2’ required by ‘Hmisc’ could not be found
In addition: Warning message:
package ‘Hmisc’ was built under R version 4.0.5

What is the error message you get when you try to install it?

Install.packages("ggplot2")

Note: Please post the complete console output you get, as formatted code, here is how to do it:

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.