boxuancui / DataExplorer

Automate Data Exploration and Treatment
http://boxuancui.github.io/DataExplorer/
Other
512 stars 88 forks source link

"unused argument" error in create_report #142

Closed andrewcstewart closed 4 years ago

andrewcstewart commented 4 years ago

I'm getting an error anytime I try to run create_report. I thought it might just be my data.frame, but it turns out it is happening with any data.frame.

create_report(mtcars)

...

Quitting from lines 104-110 (report.rmd) 
Error in titleGrob(label, x, y, hjust = hj, vjust = vj, angle = angle,  : 
  unused argument (expand_y = TRUE)

Any ideas?

boxuancui commented 4 years ago

Hi @andrewcstewart , I can't reproduce this as it runs fine from my end. Would you mind providing your sessionInfo()?

andrewcstewart commented 4 years ago

Hey @boxuancui - I'm actually suspecting this might be part of some broader issue of library corruption in my R installation that I'm starting to see. I'll post back here if I still see the error after resolving my primary issue, but will close for now.