dmurdoch
dmurdoch
I think there are two issues here. First, `kbl()` ignores the `tab.cap` option, but you can specify a caption by including it in the arguments to `kbl()`, e.g. change your...
That message is coming from the web site from which `wdman` or `binman` was trying to download "phantomjs", not from RSelenium itself. I have been using it with "chromedriver". There...
Thanks! I'll give it a try.
Could you add an example using this? The current `spec_popover` help page has no examples, and I don't use it so I can't quickly set one up to test your...
That help file example calls `t(MARA)`, with `t()` coming from your package, not from the base package. Is that intentional?
One other thing: Apr 24 is just after the release of R 4.3.0. Which version of R is running?
This is really not a kableExtra bug, it's a bug in knitr, or Quarto, or RStudio. The problem is that calling `kable()` on a list of dataframes calls the `knitr::kables()`...
See #884 for the R Markdown version.
The problem is that `kableExtra` doesn't fully support `pipe` format, but that's what your code produces. `kableExtra` sometimes tries to handle `pipe` format, but the support is limited and (as...
This appears to work properly for me now. Could you confirm with the devel version of `kableExtra`?