Floris Vanderhaeghe
Floris Vanderhaeghe
_(General note: this is the last one! Sorry for the long-time accumulated, and at-once-submitted issues!)_ I think the statement: > The GRASS spatial database system is based on SQLite. Consequently,...
A very nice project! Would it be possible to add an argument to `add()` in order to automatically stage all files that have changed in the working directory? This would...
I'd like to implement `pmap()` on a nested tibble and do data masking within the `.f` argument, taking the data masking value from a column. Unfortunately the data masking seems...
Add information about the different degrees of freedom default to the `srvyr` vs `survey` vignette
It appears that the 95% confidence limits from `survey_mean()` are slightly different from those obtained with `survey::svymean()` - is this a bug? ``` r suppressPackageStartupMessages({ library(survey) library(srvyr) }) data(api) srs_design...
The link led to version 1, not version 2. Also https://gdalbarn.com seems to be affected BTW.
**Describe the bug** ### 1. `transmute(, ...)` vs. `mutate(, ..., .keep = "none")` The documentation of `transmute()` says: > It's superseded because you can perform the same job with `mutate(.keep...
In Ubuntu / Linux Mint, but _not_ on Windows and macOS systems, there's an odd effect of having called `raster::raster()` in an R session _before_ writing a GeoPackage with `terra::writeVector()`....
The URL format with `?branch=` does not appear to work anymore, it is ignored by codecov.
After adding a WMS layer with` addWMS()`, the attribution display at the bottom is not toggled when the group is shown or hidden respectively. This contrasts with such toggle-behaviour in...
@JanCaha, this is a follow-up of your request in https://github.com/paleolimbot/qgisprocess/issues/122#issuecomment-1425320974. This is to remind that paleolimbot/qgisprocess#122 has been merged with support for enabling/disabling QGIS processing provider plugins, and an upcoming...