Skip to content

Commit fa187a6

Browse files
committed
prepare 1.0.1
1 parent fe243af commit fa187a6

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: grapherator
22
Title: A Modular Multi-Step Graph Generator
33
Description: Set of functions for step-wise generation of (weighted) graphs. Aimed for research in the field of single- and multi-objective combinatorial optimization. Graphs are generated adding nodes, edges and weights. Each step may be repeated multiple times with different predefined and custom generators resulting in high flexibility regarding the graph topology and structure of edge weights.
4-
Version: 1.0.0
4+
Version: 1.0.1
55
Encoding: UTF-8
66
Date: 2017-12-20
77
Authors@R: c(person("Jakob", "Bossek", email = "j.bossek@gmail.com", role =

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
grapherator 1.0.1
2+
===========
3+
4+
* Fixed debug output in readGP
5+
* Fixed import bug in readGP
6+
17
grapherator 1.0.0
28
===========
39

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# grapherator 1.0.1
2+
3+
* Fixed debug output in readGP
4+
* Fixed import bug in readGP
5+
16
# grapherator 1.0.0
27

38
* first release to CRAN

0 commit comments

Comments
 (0)