Error in inDL in RStudio

I am having a basic problem accessing a specific file in Rfor and application the code I used is below. Two other things: (1) I know the file path is correct and the file is there. (2) It appears to be a problem with "Rcpp.dll"; it too is resident on my computer. (3) This problem began after I updated a few R packages. Any help will be greatly appreciated!

count_dataframe<-readr::read_tsv(file.path("c:/Users/terry/Documents","modencodefly_count_table.text"))

Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/Users/terry/Documents/R/win-library/4.0/Rcpp/libs/x64/Rcpp.dll':
LoadLibrary failure: The specified procedure could not be found.

Hi,

I'm not familiar with this error, but maybe this related post can help:

PJ

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