Hello, I have a problem when trying to open the R Notebook and R Markdown. A small window appears like this
Previously, there was a 'evaluate' package that was required to be installed and I have installed it using the install.packages() command, but when I try to use the same command to install the rest (one by one) like this:
install.packages('knitr', repos='https://cran.rstudio.com/')
But it is not working and the problem remains the same, and I really need help.