Warning messages:

I am new to R and RStudio and I keep getting messages such as 'Warning message:
package ‘ggplot2’ was built under R version 4.1.3'

Have you tried to update ggplot2? Just write:
install.packages("ggplot2")
in the console.

/Thomas

1 Like

Thank you. It has updated and installed the package

This topic was automatically closed 21 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.