mark padgham
mark padgham
Probably related to #45, but not exactly sure what you have in mind there. A graph contraction algorithm should work like this: ``` library (sf) l1 % st_linestring () l2...
Mike, I'm jumping ahead of myself just a little here, but as soon as `osmdata_sc()` is finished, `dodgr` is going to need some kind of `sc_filter()` function. The whole purpose...
Following on from discussion in [this `osmdata` issue](https://github.com/ropensci/osmdata/issues/150), it might be useful to have a binary flag to allow the `ctime` column of `$meta` to be inherited from the object...
Just wondering if you've considered upgrading to [clipper2](https://github.com/AngusJohnson/Clipper2). It really is a huge improvement! If so, I would also like to ask whether you'd consider a large-scale restructure through bundling...
Placeholder to start discussion: The [Q-language stuff](https://github.com/Q-language) is going to need a way of declaring multiple permissible input types: ``` r Character() | Integer() Data.frame(ncol = 2|3) ``` or even...
Including describing how dashboard status is taken from slack, so editors can set their slack status to away to update that on dashboard.
In the directory of a repo with a remote but in which no upstream branch has been set: ``` r readLines ("./.git/config") #> [1] "[core]" #> [2] "\trepositoryformatversion = 0"...
[rOpenSci](https://ropensci.org) is expanding its scope of peer-reviewed software to include specifically [statistical software](https://ropenscilabs.github.io/statistical-software-review-book/). One of the categories we will consider in-scope is spatial software, for which we have developed a...
hey @Nowosad Just to let you know I'm developing a [`spatialcluster` package](https://github.com/mpadge/spatialcluster) which is a nice complement to `sabre` and vice-versa. `spatialcluster` currently takes entirely general input, but it'll be...