Dear RStudio Community,
As the title says, I am having trouble loading the "ggstatsplot" package onto my RStudio. I followed the instructions on downloading Rtools from this website: Using Rtools4 on Windows and subsequently managed to install the package "ggstatsplot".
The issue is that when I try to load "ggstatsplot" using the code: library(ggstatsplot), I receive the following error message:
Error: package or namespace load failed for ‘ggstatsplot’ 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.
How can I solve this problem?**
Thanks