ncarchedi / swirl_OLD

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

getting an error #30

Closed ChetanAhuja1970 closed 10 years ago

ChetanAhuja1970 commented 10 years ago

Hi, have an error on Rstudio which shows as

Error: could not find function "install_github"

Thnx

WilCrofter commented 10 years ago

That message usually means the devtools package has not been loaded in the current session, i.e., library(devtools) hasn't yet been invoked.