readxl instalation error

Hi
When I try to install and run read xl package i'm getting an error.
code in the script:
install.packages("readxl")
library(readxl)
Console:

library(readxl)
Error: package or namespace load failed for ‘readxl’ in inDL(x, as.logical(local), as.logical(now), ...):
unable to load shared object 'G:/03.06.19/Documents/R/win-library/4.0/Rcpp/libs/x64/Rcpp.dll':
LoadLibrary failure: The specified procedure could not be found.
In addition: Warning message:
package ‘readxl’ was built under R version 4.0.2

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.