Swirl is not supporting

I have unpacked swirl
But when I start to work in swirl ,
Its giving error

pop

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.

install.packages("Rcurl")
1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.