I am now trying to use an R package named gepR. I followed instructions provided by the demo and encountered an error saying that: LoadLibrary failure: the specified module could not be found.
I have tried many solutions posted online, including edit environment variable of the system, put gepR.dll in the system directory (like C:/Windows/system), etc. But none of them works. So I think the error message is not about gepR.dll but some other files. I realized it may be caused by some missing files but I am not sure about how to do the troubleshooting.
Error message:
Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object: .../my/working/directory: LoadLibrary failure: the specified module could not be found.
Really sorry that I know merely a little about how computers work and really need your help. Thanks!