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 b3f0b32 commit a222a85Copy full SHA for a222a85
inst/CITATION
@@ -8,8 +8,7 @@ bibentry(
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],
12
- key = sprintf("%s-package", meta$Package)
+ url = strsplit(meta$URL, ',')[[1]][1]
13
)
14
15
bibentry(
@@ -20,6 +19,5 @@ bibentry(
20
19
address = 'Boca Raton, Florida',
21
year = '2016',
22
isbn = '978-1138700109',
23
- url = 'https://bookdown.org/yihui/bookdown',
24
- key = sprintf("%s-book", meta$Package)
+ url = 'https://bookdown.org/yihui/bookdown'
25
0 commit comments