From Troubleshooting Guide: Using RStudio
We'll need more information to help you out. Can you fill out the template you've pasted in above?
Okay i have changed the above
It looks like you need to update your version of the rlang package. Try doing this, and then installing pillar.
install.packages("rlang")
Could you try updating rlang with
library(devtools) devtools::install_github("r-lib/rlang")
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.