Hi! I have a problem with R 4.0.0. After installed it and set up all the libraries that I use (like tidyverse, tidymodels and so on) a message started to appear in the console. It looks like this:
Error: package or namespace load failed for ‘stats’ in inDL(x, as.logical(local), as.logical(now), ...):
unable to load shared object 'C:/Program Files/R/R-4.0.0/library/stats/libs/x64/stats.dll':
LoadLibrary failure: No se puede encontrar el módulo especificado.
Durante la inicialización - Warning message:
package ‘stats’ in options("defaultPackages") was not found
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/Program Files/R/R-4.0.0/library/stats/libs/x64/stats.dll':
LoadLibrary failure: No se puede encontrar el módulo especificado.
I have checked and is correct what it said, that package disappeared. I tried to install the stats package by CRAN with no answer, copying for older R version and the error message still appears.
Can anyone help me with that, please?
Regards