Skip to content

Commit 922aaee

Browse files
committed
use bibentry() instead of citEntry()
1 parent 3624f03 commit 922aaee

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

inst/CITATION

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
citHeader("To cite the OpenRepGrid.ic package in publications:")
2-
3-
citEntry(entry = "Manual",
1+
bibentry(
2+
bibtype = "Article",
43
title = "OpenRepGrid.ic: A Software for Interpretive Clustering",
5-
journal = "forthcoming",
64
author = c(
75
person("Mark", "Heckmann", email = "heckmann.mark@gmail.com", role = c("aut", "cre")),
86
person("Viv", "Burr", role = "aut"),
97
person("Nigel", "King", role = "aut")
10-
),
11-
year = "2021",
12-
note = "R package version 0.5.1",
13-
url = "https://github.com/markheckmann/OpenRepGrid.ic",
14-
textVersion = "Heckmann, Burr, & King (2020). OpenRepGrid.ic: A Software for Interpretive Clustering. R package version 0.5.1"
8+
),
9+
journal = "Journal of Open Source Software",
10+
year = 2023,
11+
volume = 8,
12+
number = 82,
13+
pages = 3292,
14+
note = "R package version 0.6.2",
15+
doi = "10.21105/joss.03292",
16+
url = "https://github.com/markheckmann/OpenRepGrid.ic"
1517
)

0 commit comments

Comments
 (0)