I've encountered the following error while trying to do some basic introductory exercises to familiarize myself with this package.
library(ggplot2)
I then get this error code at this point
Error: package or namespace load failed for ‘ggplot2’: .onLoad failed in loadNamespace() for 'rlang', details: call: readRDS(nsInfoFilePath) error: unknown input format
I've manually verified the package's installation and directory but I still get this error.
Any insights? I feel like I'm missing something extremely basic here.