Open Issues Need Help
View All on GitHubAI Summary: Improve the rendering of the rcrisp package's news page on CRAN by addressing the formatting issues caused by the addition of Keep a Changelog and the [Unreleased] section. This likely involves modifying the NEWS.md file to remove the initial lines or adjusting the rendering process to handle them correctly.
AI Summary: Fix the vignette display order in the rcrisp R package. The current CRAN version displays vignettes out of numerical order (e.g., vignette 2 before vignette 1). The solution likely involves adjusting the vignette names or metadata to correctly reflect the intended order.
AI Summary: The task is to modify the `rcrisp` R package to improve the accuracy of riverside urban area delineation. Specifically, the code needs to be adjusted to eliminate outlier segments, such as the one identified in Geneva, by potentially increasing the threshold for considering neighboring road segments as part of the same crossing. This likely involves modifying the `delineate` function and potentially adding parameters to control the threshold.