Closed shannonpileggi closed 5 years ago
Hi, could you pls try with the dev version?
devtools::install_github("dcomtois/summarytools", ref="dev-current")
Thanks
Still getting the same result.
Ok. Could you check the /tmp directory and see if it's got 9999 png's in it? In any case, emptying it would be the next thing to try. Thx.
When using tmp.img.dir = "/tmp"
is this supposed to create a tmp
subfolder in your current working directory/project, or somewhere else?
I am still trying to resolve this issue, your input would be much appreciated! Thank you.
Hi, so sorry about the delay, I thought I had answered to your question, my mistake! When you use "/tmp", it will create a tmp directory at the root of your hard drive. To create it in your working directory, simply use "tmp".
Closing for now, if you still have issues I'll reopen.
Hi - I have successfully used dfSummary in R markdown for the previous version of summarytools, but when I updated I encountered incorrect results. I tried to follow this vignette, and the graphs are no longer rendering correctly. I am using:
OS: Windows 10 R: version 3.5.3 (2019-03-11) RStudio: Version 1.2.1335 summarytools: version 0.9.3
I get this output with the Rmarkdown code below. Let me know if you have any ideas on how to correct it! Thank you.
title: "dfSummary test" output: html_document