gregleleu
gregleleu
Hi, I'd like to be able to rename the rank lists in a bucket list. I had the approach below in mind, does it make sense? 1. add a `update_rank_list_label(inputId,...
Creates function ggmap_to_webmercator to fix bounding boxes of tiles to make them compatible with geom_sf (alignment issues see https://stackoverflow.com/questions/47749078/how-to-put-a-geom-sf-produced-map-on-top-of-a-ggmap-produced-raster/50844502#50844502) - [x] Did you run R CMD CHECK? - [x] Did...
Adding basemap tiles from Carto DB (cleanup from now deleted pull request) ## Before you open your PR - [x] Did you run R CMD CHECK? - [x] Did you...
Hi, I see the progress bar in the console, but it doesn't show up in the chunk output of my Rmd notebook (using Rstudio). I've tried within a purrr::map functions...
Adding new methods: * A way to use controls which aren't native mapboxgl (or from the custom list in the package) -> I used it for MapboxGeocoder * adding the...
Adding the source-layer parameter for vector tiles as per style specification. The place of the parameter is not great: it would make sense for it to come next to "source",...
Doing any manipulation with binary files produces warnings ```r spark_version
Working with a DataFrame that has UDT columns: * with arrow disabled: on collect we get a list-column of jobj objects * with arrow enabled: on collect we get an...
I couldn't find the answer to this in the documentation or anywhere online: how can we "collect" back object which are not dataframes? I get an ArrayList object from an...
I'm working on an extension (apache.sedona) that relies on GeometryUDT (among others). Currently, on collect, the UDT columns give a list-column on jobj pointing back to Spark. Is there a...