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
(
Read more... )