boxuancui / DataExplorer

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

Fix bug in create_report caused by plot_prcomp #69

Closed boxuancui closed 6 years ago

boxuancui commented 6 years ago

Error message:

label: principle_component_analysis Quitting from lines 154-163 (report.rmd) Error in [.data.frame(data, , -response, with = FALSE) : unused argument (with = FALSE)

To work around the error in create_report, set input data to data.table.

To fix it, set it at beginning of the report template.

Add unit test for all possible combinations.