Tidyverse error-

Please what do I do; getting error message trying the below;

library(tidyverse)

Error in library(tidyverse) : there is no package called ‘tidyverse’

Install the package before loading it

install.packages("tidyverse")

If you get any error message while doing so, post it here so we can take a look.

1 Like

Thank you @andresrcs . It wasn't working despite installing it earlier but now It worked after closing the app and restarting.

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.