Skip to content

Commit

Permalink
prepare cran
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Mar 9, 2024
1 parent eb8b3f3 commit bfb4bb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", 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'.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# graphlayouts 1.1.0.9000
# graphlayouts 1.1.1

* fixed bug in disconnected layouts #80

Expand Down
20 changes: 2 additions & 18 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit bfb4bb3

Please sign in to comment.