Skip to content

Commit

Permalink
Update news and cran-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
loreabad6 committed Dec 15, 2021
1 parent 37ae328 commit 3eb8e8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
13 changes: 2 additions & 11 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3eb8e8d

Please sign in to comment.