I keep getting the following error when i try running a ggplot code

Viewed 34

Here's the Code I run;

ggplot(data=penguins) + 
geom_point(mapping = aes(x=flipper_length_mm,y=body_mass_g))

Here's the error I get:

Error in loadNamespace(x) : there is no package called ‘farver’ In addition: Warning message: Removed 2 rows containing missing values (geom_point).

0 Answers
Related