Package "dplyr" doesn't install
- nalatty80
- 24 авг. 2022 г.
- 1 мин. чтения
During the creation of the report on Markdown (RStudio Cloud), I couldn't install one of the most important packages.
An attempt to install a package caused a prompt to restart RStudio. And so it goes on indefinitely until you click "Cancel".
The solution to the problem is:
in the console, enter the command
find.package("dplyr")
it will show the directory where you downloaded and installed the same package before.
in Files, find the desired directory, check the box next to the name, and delete the package.
Reinstall the package.
Everything is working.
Comments