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
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).