Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7bc4f commit 9eb65f8Copy full SHA for 9eb65f8
inst/CITATION
@@ -3,21 +3,23 @@ vers = paste('R package version', meta$Version)
3
if (length(year) == 0) year = format(Sys.Date(), '%Y')
4
5
bibentry(
6
- 'manual',
+ 'Manual',
7
title = paste('bookdown:', meta$Title),
8
author = Filter(function(p) 'aut' %in% p$role, as.person(meta$Author)),
9
year = year,
10
note = vers,
11
- url = strsplit(meta$URL, ',')[[1]][1]
+ url = strsplit(meta$URL, ',')[[1]][1],
12
+ key = sprintf("%s-package", meta$Package)
13
)
14
15
- 'book',
16
+ 'Book',
17
title = 'bookdown: Authoring Books and Technical Documents with {R} Markdown',
- author = 'Yihui Xie',
18
+ author = as.person('Yihui Xie [aut]'),
19
publisher = 'Chapman and Hall/CRC',
20
address = 'Boca Raton, Florida',
21
year = '2016',
- note = 'ISBN 978-1138700109',
22
- url = 'https://bookdown.org/yihui/bookdown'
+ isbn = '978-1138700109',
23
+ url = 'https://bookdown.org/yihui/bookdown',
24
+ key = sprintf("%s-book", meta$Package)
25
0 commit comments