From bfb4bb31bbf0425454d260e0fe6464f447aa0425 Mon Sep 17 00:00:00 2001 From: schochastics Date: Sat, 9 Mar 2024 19:24:26 +0100 Subject: [PATCH] prepare cran --- DESCRIPTION | 2 +- NEWS.md | 2 +- cran-comments.md | 20 ++------------------ 3 files changed, 4 insertions(+), 20 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 59eb382..a533324 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: graphlayouts Title: Additional Layout Algorithms for Network Visualizations -Version: 1.1.0.9000 +Version: 1.1.1 Authors@R: person("David", "Schoch", email = "david@schochastics.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2952-4812")) Description: Several new layout algorithms to visualize networks are provided which are not part of 'igraph'. diff --git a/NEWS.md b/NEWS.md index 3059e98..d1e4cd8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# graphlayouts 1.1.0.9000 +# graphlayouts 1.1.1 * fixed bug in disconnected layouts #80 diff --git a/cran-comments.md b/cran-comments.md index 44a1632..9cc5986 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,22 +1,6 @@ -## Update from 1.0.2 to 1.1.0 +## Update from 1.1.0 to 1.1.1 -* `layout_with_constrained_stress()` and `layout_with_constrained_stress3D()` - work for disconnected graphs -* internal code refactoring -* added `layout_as_metromap()` -* added `layout_with_fixed_coords()` -* removed deprecated igraph calls - -## revdepcheck results - -We checked 6 reverse dependencies (1 from CRAN + 5 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. - - * We saw 0 new problems - * We failed to check 0 packages - -## Test environments -* ubuntu 22.04, R 4.3.2 -* win-builder (devel and release) +* fixed a bug that produced wrong results for disconnected graphs ## R CMD check results