I am on Windows 8.1 and am running R 3.2.2 in RStudio and am trying to install the package swirl. I used the command install.packages("swirl") and it installs successfully, but when I enter library(swirl), Rstudio fails to take any further action and eventually crashes.
What is causing this issue and can I fix it?
I have already tried deleting and reinstalling R, Rstudio and swirl several times without any success, nor did I find better ideas online.