Yiying Wang

Results 19 comments of Yiying Wang

> Possible to attach or send us [[email protected]](mailto:[email protected]) the sample md file? Sure. Please check it out. [测试.md](https://github.com/typora/typora-issues/files/6701535/default.md) I tested it in Linux and MacOS, both succeeded. Only failed in...

Thank you, @cjyetman. I modified the test code according to the example you provided. Now it worked correctly. ```r Vectorize(function(pkg) invisible(require(pkg, character.only=TRUE, quiet=TRUE)))( c("dplyr", "sunburstR", "treemap", "d3r") ) sequences

Well, finally I found a way out, which, however, triggered another issue. 1. Do not set `encoding` explicitly in `dbConnect` ```r con % collect rslt[] = sapply(rslt, function(col) { if...

Yes, @davidgohel, you are right. Althougth the .Rmd file is in UTF-8, the OS is running on GBK encoding. When I change to `bookdown::word_document2`, the knitr engine manages to compile...

The results are no | encoding | confidence ---|-------------|-----------: 1 | UTF-8 | 1 2 | windows-1252 | 0.28

@bishun945 thank you for the turn-around. Good stuff.

Hi @lemna, thank you for your workaround. Hope the CRAN version will be fixed as well.

楼主牛逼。Ubuntu下的这个千年老问题也靠你的办法解决了。

Github是开放的,欢迎加入。由于我时间无法保障,所以不妨直接fork后开发自己的版本,推PR我可能不能及时处理。

是的,但目前还没有开发好,有较多问题。