Skip to content

Commit c100180

Browse files
committed
Update citation
1 parent 8cdf665 commit c100180

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Description: A collection of utilities and 'ggplot2' extensions to assist with
1818
License: MIT + file LICENSE
1919
Encoding: UTF-8
2020
Roxygen: list(markdown = TRUE)
21-
RoxygenNote: 7.3.1
21+
RoxygenNote: 7.3.2
2222
Suggests:
2323
knitr,
2424
rmarkdown,

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# phylepic (development version)
22

3+
* Update citation to published manuscript.
4+
35
# phylepic 0.2.1
46

57
* Unreleased.

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ Refer to [the package vignette](https://cidm-ph.github.io/phylepic/articles/phyl
6363
See `citation("phylepic")`.
6464

6565
Suster CJE, Watt AE, Wang Q, Chen SC, Kok J, Sintchenko V (2024).
66-
“Combined visualization of genomic and epidemiological data for outbreaks [Preprint].”
67-
_medRxiv_. [doi:10.1101/2024.04.02.24305229](https://doi.org/10.1101/2024.04.02.24305229),
66+
“Combined visualization of genomic and epidemiological data for outbreaks.”
67+
_Epidemiology & Infection_ 152: e110. [doi:10.1017/S0950268824001092](https://doi.org/10.1017/S0950268824001092),

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ See `citation("phylepic")`.
5555

5656
Suster CJE, Watt AE, Wang Q, Chen SC, Kok J, Sintchenko V (2024).
5757
“Combined visualization of genomic and epidemiological data for
58-
outbreaks \[Preprint\].” *medRxiv*.
59-
[doi:10.1101/2024.04.02.24305229](https://doi.org/10.1101/2024.04.02.24305229),
58+
outbreaks.” *Epidemiology & Infection* 152: e110.
59+
[doi:10.1017/S0950268824001092](https://doi.org/10.1017/S0950268824001092),

inst/CITATION

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
bibentry(
22
bibtype = "Article",
3-
journal = "medRxiv",
4-
title = "Combined visualization of genomic and epidemiological data for outbreaks [Preprint]",
3+
journal = "Epidemiology & Infection",
4+
volume = "152",
5+
pages = "e110",
6+
title = "Combined visualization of genomic and epidemiological data for outbreaks",
57
author = "Carl J. E. Suster and Anne E. Watt and Qinning Wang and Sharon C.-A. Chen and Jen Kok and Vitali Sintchenko",
68
year = "2024",
7-
doi = "10.1101/2024.04.02.24305229",
8-
url = "https://www.medrxiv.org/content/10.1101/2024.04.02.24305229v1"
9+
doi = "10.1017/S0950268824001092",
910
)

0 commit comments

Comments
 (0)