Tidyverse Error failed to load

Can anybody help? I have been trying to load tidyverse to use but I keep getting this error?

Error: package or namespace load failed for ‘tidyverse’: .onLoad failed in loadNamespace() for 'dbplyr', details: call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where) error: error in contained classes ("character") for class “ident”; class definition removed from ‘dbplyr’

1 Like

Hi Ruth:

I'm not exactly sure why you get this error but try with this code.

update.packages("dbplyr")

Hope it helps.

Greetings.

1 Like

Thanks I tried this and it seems to have sorted it out.

2 Likes

This topic was automatically closed 7 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.