I recently updated R to the latest version (R version 3.1.1) and now I can´t run load packages. In the case of ggplot2, the error message after running library(\"ggplot2\") is
I often find simply retrying with require() works for some reason: require(BiodiversityR)
require(BiodiversityR)