dcomtois / summarytools

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

XQuartz auto launch with Rstudio #87

Closed jakemkc closed 3 years ago

jakemkc commented 5 years ago

Hi,

Recently I have installed summarytools 0.9.5 to solve a display problem in dfSummary(). Right now whenever I launch Rstudio, XQuartz is also launched even I didn't load summarytools.

The auto launching of XQuartz does not happen when I run the native R.app, it's specific to Rstudio.

If I remove summarytools and restart Rstudio, no more auto launching of XQuartz with Rstudio.

Computer info: system: MacOS 10.14.6 R: 3.5.1 Rstudio: 1.2.1335 summarytools: 0.9.5

Best, Jake

dcomtois commented 5 years ago

This is becoming quite the puzzle... A few questions:

I think we'll need to run this by the RStudio community...

dcomtois commented 5 years ago

From what I see after some google searches, it's a problem that has been going on with RStudio for some time now... Do you use packrat? See this link: https://github.com/rstudio/packrat/issues/308

Other results... https://www.google.com/search?q=xquartz+launch+with+rstudio

jakemkc commented 5 years ago

XQuartz simply started without other issues.

Right now I am using summarytools 0.8.7 that seems to work well for me.

Thanks.