Hey everyone, for my R Studio coding class I am trying to run this set of code:
library(readr)
library(mosaic)
library(Stat2Data)
This is the error message I receive when it reaches the library(mosaic) line:
Error: package or namespace load failed for ‘mosaic’: .onLoad failed in loadNamespace() for 'broom', details: call: loadNamespace(name) error: there is no package called ‘backports’
Any help would be appreciated, thanks!