CrumpLab / psyc3400

Website for Psyc 3400 Statistics @ Brooklyn College (Taught by Matt Crump)
16 stars 15 forks source link

R studio Cloud: summarytools not working? #1

Open CrumpLab opened 6 years ago

CrumpLab commented 6 years ago

There have been reports that some code from lab 1 is not working in R studio cloud. For example, running the following in an .Rmd file led to a spinning wheel...

library(summarytools)
view(dfSummary(counts))

I'm not sure what is causing this issue. I have been able to run the lab 1 code in R-studio without issues.

Suggestion: make sure your internet connection is working.

shira623 commented 6 years ago

I also couldn't get this to work in R studio cloud. My internet connection was definitely working. The error message I got implied that R Studio Cloud could not find the function "view"

MollyEsses commented 6 years ago

I'm having the same issue. R- Studio Cloud first said that the package of "summarytools" wasn't installed, so I installed the package, and I'm still experiencing the issue.

Sami-1979 commented 6 years ago

When I was coping and pasting in the beginning I was doing fine it was running smoothly then I got one error and then I got the same response for the rest of the codes😢