Skip to content

Commit

Permalink
prepare submission
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Oct 26, 2020
1 parent 6ed39a9 commit 81c700e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 0.7.0.9999
Version: 0.7.1
Authors@R: person("David", "Schoch", email = "david.schoch@manchester.ac.uk", role = c("aut", "cre"))
Maintainer: David Schoch <david.schoch@manchester.ac.uk>
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 0.7.0.9999
# graphlayouts 0.7.1

* restoring old seed after using stress layout

Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Update from 0.6.0 to 0.7.0
# Update from 0.7.0 to 0.7.1

added new layout algorithms. No changes to existing functions.
fixed a bug with fixed seeds. No user facing changes.

## Downstream dependencies

All dependencies passed R CMD check

## Test environments
* ubuntu 18.04, R 4.0.0
* ubuntu 20.04, R 4.0.0
* win-builder (devel and release)
* macOS 10.11 El Capitan, R-release

Expand Down

0 comments on commit 81c700e

Please sign in to comment.