dcomtois / summarytools

R Package to Quickly and Neatly Summarize Data
522 stars 78 forks source link

Graph column not showing in shinyapps.io #91

Closed deepanshu88 closed 3 years ago

deepanshu88 commented 5 years ago

When using dfSummary( ) function, graph column is appearing when I am running shiny app on local machine. When I am publishing the same app on shinyapps.io, graph column disappears.

print(dfSummary(getdataOriginal(),
                                     graph.magnif = 0.8,
                                     tmp.img.dir = "/tmp"), headings = FALSE, 
                           method = 'render', bootstrap.css = FALSE,
                           footnote ="Contact Us")
dcomtois commented 5 years ago

Most likely a write access issue in "/tmp". You can try "." or "./tmp" for instance.

deepanshu88 commented 5 years ago

I tried both of them but none of them is working

dcomtois commented 5 years ago

I see... Not sure how shinyapps.io work, can you install a version of summarytools that is not on CRAN? If so, you could try installing the dev-current version, which resolves some X11-related problems.

dcomtois commented 3 years ago

Closing as no further info was provided, will reopen if I hear back from you. Thx.