Skip to content

Commit

Permalink
more CRAN changes
Browse files Browse the repository at this point in the history
  • Loading branch information
richardli committed Mar 17, 2023
1 parent b36f326 commit 21fe53a
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,23 @@ if (length(year) == 0) year = format(Sys.Date(), '%Y')
vers = paste('R package version', meta$Version)
auth = c("Zehang Richard Li, Jason Thomas, Tyler H. McCormick, and Samuel J. Clark")

citEntry(
entry = 'manual',

bibentry(
bibtype = 'article',
title = 'The openVA Toolkit for Verbal Autopsies',
author = c('Zehang Richard Li', 'Jason Thomas', 'Eungang Choi', 'Tyler H. McCormick', 'Samuel J. Clark '),
journal = 'the R Journal',
year = '2023',
url = 'https://journal.r-project.org/articles/RJ-2023-020/',
textVersion = paste(
'Zehang Richard Li, Jason Thomas, Eungang Choi, Tyler H. McCormick, and Samuel J Clark (2023).',
'The openVA Toolkit for Verbal Autopsies.', 'The R Journal',
'URL https://journal.r-project.org/articles/RJ-2023-020/.'
)
)

bibentry(
bibtype = 'manual',
title = paste('openVA:', meta$Title),
author = auth,
year = year,
Expand All @@ -17,17 +32,3 @@ citEntry(
' URL https://cran.r-project.org/web/packages/openVA/index.html.'
)
)

citEntry(
entry = 'article',
title = 'The openVA Toolkit for Verbal Autopsies',
author = c('Zehang Richard Li', 'Jason Thomas', 'Eungang Choi', 'Tyler H. McCormick', 'Samuel J. Clark '),
journal = 'arXiv',
year = '2022',
url = 'https://arxiv.org/abs/2109.08244',
textVersion = paste(
'Zehang Richard Li, Jason Thomas, Eungang Choi, Tyler H. McCormick, and Samuel J Clark (2022).',
'The openVA Toolkit for Verbal Autopsies.', 'arXiv preprint',
'URL https://arxiv.org/abs/2109.08244.'
)
)

0 comments on commit 21fe53a

Please sign in to comment.