dmurdoch

Results 222 comments of dmurdoch

That's got the same problem: Github is treating the chunk boundaries etc. as markup. You'll need to put the file online somewhere else and link to it.

I took a look at your example. I think the issue is unrelated to `d3scatter`; it's something going wrong with `crosstalk` and `leaflet` when the shared data is not built...

That change didn't fix things for me. If I use the CRAN version of leaflet (1.1.0), it gives an error: ``` Error in UseMethod("metaData") : no applicable method for 'metaData'...

This is kind of weird. The rpubs.com example isn't using the leaflet package from CRAN or the current master branch on github. You can see this if you debug it:...

Okay, adding crosstalk support to `addPolygons` is actually kind of easy. You can install a version of `leaflet` with that change using `devtools::install_github("dmurdoch/leaflet@crosstalk4")`. But you'll also need to make the...

Yes, `crosstalk4`. I've fixed the comment.

Generally speaking R and R packages shouldn't care about where they are stored, but it is easy to have several versions of a package in different library locations, and then...

@JacobBraslaw22: The issue you're commenting on was posted 4 years ago. I don't know about the others, but I've long forgotten the context. Could you post a new issue, with...

@hmeeks: No, I haven't looked at that code in 4 years.

A workaround that helps a lot is to include the CSS file `default.css` from the `rmarkdown` package as a user-specified CSS file. This puts it last in the CSS includes,...