Gergely Daróczi
Gergely Daróczi
Can you please share what is `dataFrameMetrics`? I cannot reproduce and start debugging the problem without knowing what you try to do.
Ah, okay, thanks a lot for the explanation. Well, `rapport` was never intended to be called within a `knitr` or R Markdown document, as it's doing something similar to `kintr`...
Thanks for the feedback! I will look into this, but the `rapport` package is not currently on the top of my priorities, so it might take some time -- I'll...
Good catch! This is because `t1` has a header: ``` r > pander::pander(t1) ---------------- A B -------- --- --- **a** 6 4 **b** 4 6 ---------------- ``` While `f1`...
Hm, I'm not exactly sure top of my head why is it working that way and if it was intentional .. but I wonder if using a hard linebreak with...
Thanks for this proposal, which makes a lot of sense, but I will have to make sure that it doesn't break many things in the reverse dependencies -- as eg...
@JanSchulz can you please have a look at the above PR and test with Jupyter? I am not sure if you need a character vector or concatenated string. If it...
@JanSchulz please check the updated PR based on that.
Anything is doable :) Can you please share some example objects and preferred output?
@JanSchulz, not sure, but my intuition suggests that `repr_markdown.pander_output` might be better added to and maintained in your `repr` package -- you know what you want to do with the...