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).