Dave
Dave
a few thoughts 1. Move `concaveman.h` into `/inst/include/concaveman/` (and add Makevars so it can be found). This means other packages can link to this header also. 2. Potentially make a...
Cool - I'll have a go at it tomorrow. > Is the approach always to provide an exact copy of `./src/*` in `./inst/include/concaveman/.h(pp)`? No, generally, with a templated header approach,...
@mpadge There's a PR waiting in your repo. @joelgombin the `sfheaders` code can either be incorporated into your existing R functions as a [replacement for the `sf`](https://dcooley.github.io/sfheaders/articles/examples.html) code, or we...
I was getting a similar error where every time i tried `writeContents()` it would show negative numbers as the progress. So I switched to [611366b](https://github.com/amosavian/FileProvider/releases/tag/0.22.0) and it is now working...
I (speaking as @SymbolixAU and myself) dislike bench because the default implementation mixes units in columns ```r library(bench) foo
Are you happy that my [PR](https://github.com/Awalz/SwiftyDraw/pull/28) solves this issue, and is it safe to remove the 'experimental' label?
@kylebarron is your proposed `size` a single value, or an array? That is, is it possible (or does it make sense?) to encode two linestrings with different dimensions? ``` LINESTRING...
ah yes, I was looking at this from a 'collection of geometries' perspective, not at the individual geometry level. (specifically, I was thinking about the format deckgl uses for its...
> Do you think that is important to support within a single array? On balance, no I don't. > A constant dimension for all geometries in the full array certainly...
Would you like me to add a `json` class` to geojsonsf ?