I'm working on the "Analysis of Global COVID-19 Pandemic" through Jupyter Notebook. I already used the command:
update.packages(checkBuilt=TRUE, ask=FALSE)
It installed most of the packages, but when it was time to install "rvest", "pillar", repr", "IRdisplay", "IRkernel", and other essential libraries, I got this error notification:
"installation of package 'IRkernel' had non-zero exit status"
When working with the Anaconda distribution is better to manage your environment with the Anaconda Navigator or use conda commands, installing from CRAN is always troublesome.
Thanks very much for the reply. Sorry, but I'm pretty new to R pogramming and Anaconda as a whole. How do I manage my environment so I can get over the problem?