I have unpacked swirl But when I start to work in swirl , Its giving error
Please do not post screenshots, post formatted code instead. The error message is telling you that you are missing a package dependency, the Rcurl package, try installing it first.
Rcurl
install.packages("Rcurl")
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.