choonghyunryu / dlookr

Tools for Data Diagnosis, Exploration, Transformation
https://choonghyunryu.github.io/dlookr/
208 stars 35 forks source link

error of eda_web_report() #62

Closed choonghyunryu closed 2 years ago

choonghyunryu commented 2 years ago

The following error occurs in the 'normality-list' section of eda_web_report().

Error in r[i1] - r[-length(r):-(length(r) - lag + 1L)] : non-numeric argument to binary operator

Perhaps it is caused by the assignment of non-numeric data to numeric data.

choonghyunryu commented 2 years ago

fixed