I am trying to load swirl library(swirl)
in RStudio on 64-bit Windows 10, and I am running across an error.
The error code is:
library(swirl)
Error: package or namespace load failed for ‘swirl’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
And then I tried:
"swirl" %in% installed.packages()
[1] TRUE
Could you please suggest some possible solutions to this problem? Thanks a lot!