dcomtois / summarytools

R Package to Quickly and Neatly Summarize Data
504 stars 77 forks source link

Freezing while installing and/or loading summarytools #125

Closed ghost closed 3 years ago

ghost commented 4 years ago

Hi, I am new to using summarytools. I was able to install the CRAN version fine. But when I tried to load the library, rstudio just froze in the middle of the loading (there were a few lines of information printed to the console about loading, and then it just stopped). I tried doing the same on just R, and it froze as well.

So next I tried installing the github version as instructed here, but this time the install itself just stopped midway through. It got through all the updates it does first, and then after printing these lines to the console it just got stuck for a very long time (like around 20 minutes):

Is there something about my R or rstudio that might be the problem? I'm using rstudio 1.1.463 and R 3.6.1.

I can't remember having an issue like this for any other package I've installed and loaded.

If you need more info to troubleshoot please let me know.

dcomtois commented 3 years ago

Hi,

First time I hear about something like that too... What OS are you using? If other than Windows, have you installed the dependencies?

You could also try installing earlier versions of the package from Github (using ref='0-9-4' for instance).

Cheers

ghost commented 3 years ago

I am using macOS Mojave 10.14.6. Though, I am not sure what the dependencies in question are.

I will try the earlier package versions. Thanks!

On Wed, Sep 16, 2020 at 12:00 AM Dominic Comtois notifications@github.com wrote:

Hi,

First time I hear about something like that too... What OS are you using? If other than Windows, have you installed the dependencies?

You could also try installing earlier versions of the package from Github (using ref='0-9-4' for instance).

Cheers

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dcomtois/summarytools/issues/125#issuecomment-693170408, or unsubscribe https://github.com/notifications/unsubscribe-auth/AINUXL54ZMUZ5AMPQYLW3ETSGBA5VANCNFSM4RNN6HMA .

dcomtois commented 3 years ago

Dependencies are listed on the main readme:

https://github.com/dcomtois/summarytools#required-mac-os

ghost commented 3 years ago

Oh, sorry for not paying closer attention. Thank you!

On Thu, Sep 17, 2020 at 12:52 AM Dominic Comtois notifications@github.com wrote:

Dependencies are listed on the main readme:

https://github.com/dcomtois/summarytools#required-mac-os

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dcomtois/summarytools/issues/125#issuecomment-693924328, or unsubscribe https://github.com/notifications/unsubscribe-auth/AINUXL2I7EDRP65HJWHSGT3SGGPYVANCNFSM4RNN6HMA .

ghost commented 3 years ago

It totally worked!! Thanks a ton for reaching out so quickly!

On Thu, Sep 17, 2020 at 9:30 AM James Cutler jcutler79@gmail.com wrote:

Oh, sorry for not paying closer attention. Thank you!

On Thu, Sep 17, 2020 at 12:52 AM Dominic Comtois notifications@github.com wrote:

Dependencies are listed on the main readme:

https://github.com/dcomtois/summarytools#required-mac-os

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dcomtois/summarytools/issues/125#issuecomment-693924328, or unsubscribe https://github.com/notifications/unsubscribe-auth/AINUXL2I7EDRP65HJWHSGT3SGGPYVANCNFSM4RNN6HMA .

dcomtois commented 3 years ago

You're welcome!