Arthur Gailes
Arthur Gailes
Hello, Writing the following operation, I get much slower runtime using `s2` using the 4326 projection ``` r library(sf) #> Linking to GEOS 3.9.0, GDAL 3.2.1, PROJ 7.2.1 sf_use_s2(T) shp...
Hello, I'd like to add my own icon into R's leaflet easyButton function as below, but when I give the text of my directory, the button simply shows up blank....
Hello, I've found that the polygons draw in repeat around the globe when adding the vectorgrid to the map (doesn't happen in L.geoJson). This causes some interaction problems where mouseover...
Fix map crashing if the scalecontrol object doesn't have the ._onMove property at any point in time.
Hello, Thanks for a very useful tool. I'm attempting to add it to a map I've created. However, because of some team constraints, I'd like to add it to a...
At least in Chrome, the live demos provided on the main page appear to no longer work.
Hello, Just out of curiosity (apologies if an issue is the wrong way to ask this), why didn't you use your R project template here? Do you avoid it for...
Hello, The following command crashes when reading through a directory with dozens of folders and over a 600k total files. I'm not sure what the inflection point is, but it...
Hello, Thanks for your work on this package; it's extremely helpful. The following code produces an errror: ``` tidytuesdayR::use_tidytemplate(save_as = 'analysis') Error in use_template("tidytemplate.Rmd", save_as = name, data = list(call_date...