timelyportfolio
timelyportfolio
As we were working through https://github.com/r-spatial/mapedit/issues/63, I learned from https://github.com/codeofsumit/leaflet.pm/pull/306#issuecomment-399096183 that with https://github.com/Leaflet/Leaflet/pull/5444 `leaflet > 1.1` added a precision argument to `toGeoJSON()`. The new default of `6` is probably enough...
https://github.com/bhaskarvk/leaflet.extras/issues/96 Questions: - [ ] R leaflet `layerManager` only supports full removal with the key combination of `category` and `layerId`. I used category as `null` but we could easily use...
Would you also consider this as a good spot to collect other resources, such as videos and presentations? If so, will gladly help collect links.
others
Thanks so much for curating and assembling this. As I mentioned on Twitter, I think [beeswarm not M.Bostock](https://github.com/Kcnarf/d3-beeswarm) and [force in a box](https://github.com/john-guerra/forceInABox) belong here. If so, I will happily...
Discussed on twitter, but I thought perhaps this issue would serve as a better forum for determining a good `plainview` equivalent for vector data. @tim-salabim, what would be some data...
For anyone that wants the graphic to be responsive or potentially interactive, I thought it might be helpful to demo this little bit of code. Resize the browser or viewer...
I have a new version of `as_rcdimple` that handles the new structure when using `glyphs`. Since `rcdimple` is not on CRAN, it should of course not be in the CRAN...
To comply with CRAN submission policies, I would suggest adding attribution in `DESCRIPTION` for `FontAwesome` if you elect to keep it in the package.
Generally it seems most trees are well within the limits of `d3r::d3_nest` but faster with less dependencies in this case might be better. Look into converting to [`tidyfast`](https://github.com/TysonStanley/tidyfast).
In an effort to enhance the experience for users more accustomed to `R` than `JavaScript`, explore integration with [`packer`](https://github.com/johncoene/packer) from @johncoene.