2
votes

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’

1
install.packages('farver') ?Michael Tallino

1 Answers

0
votes

You can try:

install.packages('farver')

You can also try:

install.packages("farver", dependencies=T)