-
### htmlwidgets in a DT datatable
The popularity of my examples integrating sparkline and d3horizonR `htmlwidgets` into `DT` datatables led me to try to settle on a pattern for inclusion of any htm…
-
### Describe the need of your request
The list of plugin IDs for bundled plugins does not make it very easy to locate the one you're interested in, as many IDs are not "intuitive".
### Proposed …
-
I am trying to add custom html to an htmlwidget as per
https://cran.r-project.org/web/packages/htmlwidgets/vignettes/develop_advanced.html#custom-widget-html
To replicate the issue I have create a si…
-
Similarly to https://github.com/rstudio/htmltools/issues/389 , parsing out the classes of a tag in order to know if it contains a specific class is something I do often. I've seen in some clients code…
-
Importing from so many packages makes the package vulnerable to any of them becoming unavailable. Move as many as possible to Suggests and use conditionally.
-
## The problem
This issue is relevant for anyone hoping to use `htmlDependency()` with (query) parameters (e.g. MathJax). There doesn't seem to be a good way to create this class of dependency so t…
-
`pak` fails to install `terra 1.6.47` with error `"terra@1.6.47: Conflicts with terra@1.6.47"`, but the specified version installs fine using `remotes`. Also tested on macOS (Sonoma) running R 4.4.1.…
-
Hi, I am able to render the example heatmap in an RMarkdown html export, but when I try to use save_iheatmap() or try to render the heatmap in the RStudio Viewer, the result is a blank image. Thanks f…
-
I am trying to reproduce your examples and getting this error for each one:
`Error in system.file(config, package = package) :'package' must be of length 1`
I am using:
htmlwidgets 0.7
htmltools 0.…
-
Hi there,
On the documentation, there is an example to use `tippy` with the headers.
```r
library(htmltools)
library(dplyr)
library(tippy)
data %
select(car:hp)
# See the ?tippy docu…