New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
library(tidyverse) fails on pre-1.1 versions of RStudio due to lack of getThemeInfo #83
Comments
|
I'm experiencing the same error using RStudio Server v.1.1.355 |
|
This fixed it for me: install.packages("crayon")As suggested here |
|
@tiernanmartin I think that's a different problem, but it's also fix in the dev version |
|
After: I get:
...this problem is only on my home laptop (my work computer runs the same code fine). What is going on? |
|
hi, Rstudio Version 1.1.423 After installing R3.4.4 (2018-03-15) I have a similar problem, I get this: Rstudio Version 1.1.423 |
When loading the tidyverse with
library(tidyverse)in RStudio 1.0.153, the following error occurs:Working backwards, the error occurs in
text_colwhen it callsgetThemeInfo. The function checks to ensure thatrstudioapiis available, but not whether the version in use hasgetThemeInfoavailable. This can be isolated as:Running the command on the same computer in the latest release of RStudio does not generate an error.
The text was updated successfully, but these errors were encountered: