Closed MalditoBarbudo closed 8 years ago
It only happens when loading from excel files (xlslx), as those are warnings from read_excel function.
Fixed. Now warnings in read_excel function are silent, but errors no. Warnings in this function are not critical, but they could be informative if anything goes wrong. Now we lose this info, but in exchange we exchange log files of 39.6 MB for log files of 128 KB in the test log.
When loading a dataset with a large amount of NAs in it, every row with NA is logged as a warning, which results in large size log files. Working on a fix.