Derek Friend
Derek Friend
I've been trying to delete a legend permanently from a leaflet map in a shiny app. In my particular case the legend is attached to a specific group. When I...
I've come across some incorrect behavior in `resample()` that seems to be occurring when the raster being resampled has a window set. Running `resample()` the first time works and produces...
I've been playing around with setting GDAL options when using `writeRaster`. When using invalid GDAL settings with a relatively small raster, `terra` outputs a warning that prints out the GDAL...
When using `writeVector`, you can provide the name of a directory that doesn't exist yet rather than a path to a specific .shp file - it creates the directory and...
Running this code produces an error: ``` library(adegenet) data(rupica) genind2df(rupica, oneColPerAll = TRUE) ``` ``` Error in (function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, : arguments...
The keyboard shortcuts page is (at least for me) longer than my screen height. When I scroll down, it also zooms in on the spirograph in the background. Extremely minor,...
This PR adds a function to re-map the colors of a leaflet layer on the fly. I had two closely related reasons for creating it: 1. I had generated some...
I've found that `makeValid` produces incorrect (and inconsistent) results for polygons when one feature's geometry consists of a single `NaN` point. The example below demonstrates the problem. ``` r library(terra)...
I've found some incorrect behavior when using `distance()` with a `SpatRaster` and a `SpatVector`. In particular, when finding a raster representing the distance from lines or polygons, the distance is...
The `clearSearch` function appears to send multiple copies of the data table to the client. Here's a reproducible example. To see the issue, open up the inspector in your browser,...