John Coene

Results 305 comments of John Coene

Took me long enough, apologies, just pushed a fix. Thanks again for reporting this.

Sure, a PR is most welcome!

The first time you click "run" the DT is not present on screen, waiter cannot overlay anything, subsequent time it works fine. Consider this below if you want this to...

Hi @TransGirlCodes sincere apologies for the late response. I've been tied with work for quite some time and your issue totally escaped me, I'm really sorry! I think I may...

Sorry, the package was never truly finished. I spread myself too thin on too many open-source projects and had to put some on the back burner ([g2r](https://github.com/devOpifex/g2r), [echarts4r](https://github.com/JohnCoene/echarts4r) are already...

```r arcs % datamaps(width = 600, height = 600) %>% add_arcs_name(from, to) %>% set_projection(htmlwidgets::JS('function() { var projection = d3.geo.mercator() .rotate([150,0]) .scale(600 / 2 / Math.PI) .translate([600 / 2, 600 /...

Indeed. I will investigate this.In the meantime it looks like you might need a more powerful library for what you want to do, I have [echarts4r](https://github.com/JohnCoene/echarts4r) which, though not on...

Yes indeed. This is because the package runs on a previous version of the JavaScript library. I did not manage to update it due to the requirement for the `type=module`...

Hi Natalia, Could you please try with the Github version? ```r remotes::install_github("JohnCoene/graphTweets") ``` Let me know if it still does not work afterwards.

Ah OK I see, thank you! Could you please tell how you had those tweets saved so I can reproduce this on my end and improve the package so it...