From 3eb8e8d7042b8fb2fdea0c29b85fa1ddf2758719 Mon Sep 17 00:00:00 2001 From: loreabad6 Date: Wed, 15 Dec 2021 19:27:07 +0100 Subject: [PATCH] Update news and cran-comments --- NEWS.md | 5 +++++ cran-comments.md | 13 ++----------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/NEWS.md b/NEWS.md index e84b4cfd..c49e448a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# sfnetworks v0.5.4 + +* A startup message is included to urge users of PROJ <= 6 to recreate the CRS for the `Roxel` dataset. Refs [#190](https://github.com/luukvdmeer/sfnetworks/issues/190) and fixed with [#193](https://github.com/luukvdmeer/sfnetworks/pull/193). +* Example using GraphML in [vignette 1](https://luukvdmeer.github.io/sfnetworks/articles/sfn01_structure.html) has been removed provisionally to address [#194](https://github.com/luukvdmeer/sfnetworks/issues/194). + # sfnetworks v0.5.3 * Addition of the `n_active` and `n_inactive` arguments to the print method of an sfnetwork object. The arguments define how many rows are printed for respectively the active and inactive network element. The values of these arguments can also be set globally by running e.g. `options(sfn_max_print_active = 1, sfn_max_print_inactive = 2)`. Refs [#157](https://github.com/luukvdmeer/sfnetworks/issues/157) diff --git a/cran-comments.md b/cran-comments.md index 9ed365aa..8dfab391 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,16 +1,7 @@ In this release I have made the following changes: -- Addition of `n_active` and `n_inactive` arguments to the print method of an sfnetwork object. The arguments define how many rows are printed for respectively the active and inactive network element. The values of these arguments can also be set globally by running e.g. `options(sfn_max_print_active = 1, sfn_max_print_inactive = 2)`. - -- The example dataset `Roxel` is updated to comply with recent updates on the way a CRS is specified in an sf object. - -- GitHub Actions workflows are updated to comply with new developments. - -- Documentation updates: - - Vignette file names are updated such that the appear in correct order on CRAN. - - Example section of the plot method for sfnetwork objects now includes an example of how to add graticules and axes. - -In addition, potential issues with the new release of package dependency `igraph` were investigated. It was noticed that all [CRAN package checks](https://cran.r-project.org/web/checks/check_results_sfnetworks.html) for `sfnetworks` passed without issues also after the new `igraph` release, and that no "Additional issues" where listed. +- A startup message is included to urge users of PROJ <= 6 to recreate the CRS for the `Roxel` dataset. Refs [#190](https://github.com/luukvdmeer/sfnetworks/issues/190) and fixed with [#193](https://github.com/luukvdmeer/sfnetworks/pull/193). +- Example using GraphML in [vignette 1](https://luukvdmeer.github.io/sfnetworks/articles/sfn01_structure.html) has been removed provisionally to address [#194](https://github.com/luukvdmeer/sfnetworks/issues/194). ## R CMD check results