ncarchedi / swirl_OLD

We've moved! See README below for more info.
http://swirlstats.com
47 stars 28 forks source link

installation of swirl #21

Closed Rondesgr closed 10 years ago

Rondesgr commented 10 years ago

My company blocks ZIP and EXE files from being downloaded. So I've downloaded master.zip at home. How do I install the "swirl-master" directory into Rstudio?

ncarchedi commented 10 years ago

Try install.packages(file.choose()) then select the zip file when the window pops up.

Type ?install.packages in the console for more information, but that should do the trick.

Nick