Error: "installation of package 'IRkernel' had non-zero exit status"

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"

Blockquote

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.

1 Like

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?

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.