Robin Lovelace
Robin Lovelace
The issue, as I understand it, is shown in the image below:  Discussed with @mem48 (who wrote most of the current implementation) and @wangzhao0217 (who is working on a...
As discussed with @wangzhao0217, please give this a bash if you get time. Only after 2025-01-01 data complete though, this is a nice to have (and will mean we can...
- **Tests for #575** - **Use segment_length to fix results**
Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_stplanr.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `urlchecker::url_check()` * [x] `devtools::build_readme()` * [x] `devtools::check(remote = TRUE, manual...
### Have you read a contributing guide? - [x] I have read CONTRIBUTING.md - [x] I have searched the existing requests and didn't find any that were similar - [x]...
This will reduce image sizes. I've just tested ``` docker pull posit/r-base:4.5-noble docker pull posit/r-base:4.5-bookworm ``` And both work great. Not sure if there are slim versions: adding `-slim` fails....
We should probably update these versions at some point or at least test doing so: https://github.com/geocompx/geocompy/blob/13806bbec09d5ae83a5ad9eafac158b98fcdfe7c/requirements.txt#L1-L20
Heads-up @BlaiseKelly and others, I've just realised that @matthewtranter-dft kindly sent a spreadsheet outlining the changes that have been made to the open date. Many thanks Matt, this is very...
``` #' Filter route network by connected component size #' #' Groups a route network using stplanr::rnet_group() and removes #' components (islands) smaller than a specified size. #' #' @param...