I keep getting this error message, I don't know how to fix that. I have downloaded the latest version of R & RStudio.
Error in loadNamespace(name) : there is no package called ‘farver’
install.packages('farver')
You can try:
You can also try:
install.packages("farver", dependencies=T)
install.packages('farver')
? – Michael Tallino