Closed boxuancui closed 7 years ago
@djhurio Do you still have this problem with the latest version? I tested data with a different language and it works fine for me.
Hi @boxuancui!
It works for me now. And probably the problem was on my side. I had a command options(encoding = "UTF-8")
in my code before. In this case there is problem with unicode characters and report is not generated properly in test cases. After changing the option to options(encoding = "")
the problem is gone and report is generated correctly in all test cases. It seems I have to be careful with the options(encoding = "UTF-8")
.
The only error I am getting is this, but as I told report is generated correctly:
Output created: T:/ .... /TMS2015_sample_data_2.html
Error in !args[["quiet"]] : invalid argument type
Thanks!
That error is fixed in #34 . Please install the latest develop branch if you wish. Thanks for using DataExplorer!
Reported by @djhurio in #16