R packages are not loading

Crash Information:

Packages are not working

Description of crash -
I can't load any package of RStudio

Steps to reproduce -


I have uploaded the screenshot of the problem that bobs up

System Information:

  • RStudio Edition: (Desktop or Server)
  • RStudio Version:
  • OS Version:
  • R Version:
  • Your sessionInfo():

Crash Report:

Also:

  • RStudio diagnostics report:
  • RStudio application log files:

From Troubleshooting Guide: RStudio Crashed
I have uploaded a screenshot

Try

install.packages("rlang")

to give it the version of a dependency that it needs.

I have installed but still the problem exist please. Can you gues another way to solve it?

The message conveys that now it wants vctrs. Either install that or take a bit longer and install tidyverse which will also bring in whatever else is missing.

Just to clarify, they are not RStudio packages since there is no such thing, they are R packages. RStudio is just an IDE (Integrated Development Environment) for the R programming language.

Just to clarify, they are not RStudio packages since there is no such thing, they are R packages. RStudio is an IDE (Integrated Development Environment) for the R programming language

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.