dcomtois / summarytools

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

even when graph.col = FALSE, gives graph error #11

Closed soodoku closed 6 years ago

soodoku commented 6 years ago
view(dfSummary(hehe, graph.col = FALSE), file = "data_summary.html", append = TRUE, footnote = NA)
Error in plot.window(xlim, ylim, "", ...) : need finite 'ylim' values
dcomtois commented 6 years ago

For sure it should not happen while graph.col is set to FALSE, so will need to fix that. Is there anything particular about some columns in hehe? (All NA's in one column for instance?) Thx!

soodoku commented 6 years ago

the dataframe hehe doesn't have any columns which only have NAs.

dcomtois commented 6 years ago

Could you pls try again after installing dev-current version?

devtools::install_github('dcomtois/summarytools', ref='dev-current')

soodoku commented 6 years ago

works!

dcomtois commented 6 years ago

Fix merged into master branch. Thank you!