Skip to content

Commit 572c5b0

Browse files
committed
fixed citation style
1 parent f1d8f75 commit 572c5b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

inst/CITATION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
citHeader("To cite edgebundle in publications use:")
22

3-
citEntry(
4-
entry = "Manual",
3+
bibentry(
4+
bibtype = "Manual",
55
title = "edgebundle: Algorithms for Bundling Edges in Networks and Visualizing Flow and Metro Maps",
66
author = as.person("David Schoch"),
7-
note = "R package version 0.4.1",
8-
year = "2022",
7+
note = "R package version 0.4.2",
8+
year = "2023",
99
url = "https://github.com/schochastics/edgebundle",
10-
textVersion = "Schoch David (2022) edgebundle: Algorithms for Bundling Edges in Networks and Visualizing Flow and Metro Maps. R package version 0.4.1, <https://github.com/schochastics/edgebundle>"
10+
textVersion = "Schoch David (2023) edgebundle: Algorithms for Bundling Edges in Networks and Visualizing Flow and Metro Maps. R package version 0.4.1, <https://github.com/schochastics/edgebundle>"
1111
)

0 commit comments

Comments
 (0)