Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while loading tidyverse in RStudio

When trying to load the tidyverse package in RStudio, I get the following error message:

library(tidyverse) Error: package or namespace load failed for ‘tidyverse’: .onAttach failed in attachNamespace() for 'tidyverse', details: call: NULL error: Function getThemeInfo not found in RStudio

like image 623
Aravindh Rajan Avatar asked Feb 25 '26 12:02

Aravindh Rajan


1 Answers

I found that upgrading RStudio to version 1.1.383 resolved the problem for me, while still running the latest version of tidyverse.

like image 95
bart Avatar answered Feb 28 '26 06:02

bart