Packages installing and calling problems

Hello, I have the following error, when I call any library.

library(RxODE)
Error: package or namespace load failed for ‘RxODE’ in inDL(x, as.logical(local), as.logical(now), ...):
unable to load shared object 'C:/Program Files/R/R-4.1.2/library/stats/libs/x64/stats.dll':
LoadLibrary failure: The specified module could not be found

Any help, Thanks in advance

Hi :wave: and welcome to RStudio Community!

Did you install the package with install.packages("RxODE")?

Yes, I installed it, but the problem when I call it

It seems the stats package has somehow get corrupted, since it is a base R package you might need to do a clean reinstallation (including the system level package library).

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.