Error Loading library(tidyverse) on MACBOOK AIR

Hello Guys,
I have recently started learning programming and installed R and R Studio on MacBook Air but I'm having issue with installing tidyverse package.

library(tidyverse)
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘fs’

What happens if you try to install the missing package

install.packages("fs")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.