Nate
Nate
This package is great and exactly what I was looking for. I am just wondering about one thing, when I run the test of different machines, and run plot(res), I...
Some Webview windows are unreadable when used in dark mode. The help pages seem to display nicely, but take the following for example: ``` url = "https://cran.r-project.org/web/packages/languageserver/readme/README.html" html_object = rvest::read_html(url)...
I've noticed some problems when using tm_remove_layer to add/remove layers in interactive mode. It seems to delete other layers from other groups from the layer control panel. You can see...
When I use leaflet within R Studio, the tiles fail to appear in the viewer pane; when I click open in browser, they appear as normal. ```r leaflet::addTiles(leaflet::leaflet()) ``` This...