Yihui Xie

Results 1039 comments of Yihui Xie
trafficstars

Could you please provide a minimal reproducible example? I can't reproduce this problem with the following Rmd example: ```` --- title: "A Multi-page HTML Document" author: "Yihui Xie and Romain...

@beatrizmilz Thanks for the clarification! Now I can see this output format is indeed problematic when the TOC is longer than one page. Your TOC page was truncated, and my...

@sanjmeh I'm not an author or maintainer of this package (I only contributed a tiny bit several years ago). Please ask @jrowen. Thanks!

I think this is a problem on **[htmltools](https://github.com/rstudio/htmltools)** or **[htmlwidgets](https://github.com/ramnathv/htmlwidgets)**'s side. The data is correct on **DT**'s side: ```r > x = DT::datatable(signif(data.frame(3.234866680561728e-127), 3)) > str(x) List of 8 $...

In this case, the column is no longer a `factor`, because a factor level can't have multiple values. For example, the string "A, B" is a level itself, instead of...

This function was originally contributed by @gergness via the PR #527. It might be clearer if you read the documentation of DataTables: https://datatables.net/reference/api/colReorder.order() Anyway, @gergness do you have time to...

I'd love to have that, too, but... it does not seem to be trivial to implement in my eyes 😞

Since it's been too long and the original code was written by another author who is no longer active here, I'm not sure what we should do about it. Is...

It's probably due to upgrading the DataTables library #1018, but debugging PhantomJS is far beyond my expertise...