Forum Discussion
webportal
Impactful Individual
5 years agoError: package or namespace load failed for 'ggplot2': package 'ggplot2' was installed before R 4.0.
I'm really stuck and need some help. After installing R 4.0.2, I'm getting this error message on R visualizations in Power BI Desktop which were previously working "Error: package or namespace ...
v-diye-msft
Community Support
5 years agoHi webportal
Try below solution:
Find the root folder of R :
Run it and input :
install.packages("ggplot2")
then enter "yes>yes.." until finished.
webportal
Impactful Individual
5 years agoHi,
Sure; I did that as per my post above.
Sure; I did that as per my post above.