Skip to content

Commit 39c9bfd

Browse files
committed
move to bibentry
1 parent 5e18ab2 commit 39c9bfd

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ Suggests:
4141
VignetteBuilder:
4242
knitr
4343
Encoding: UTF-8
44-
LazyData: true
4544
RoxygenNote: 7.3.2

inst/CITATION

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
citHeader("To cite package 'tuber' in publications use:")
2-
3-
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
4-
vers <- paste("R package version", meta$Version)
5-
6-
citEntry(entry="Manual",
7-
title = "tuber: Access YouTube from R",
8-
author = personList(as.person("Gaurav SOod")),
9-
year = year,
10-
note = vers,
11-
textVersion =
12-
paste("Gaurav Sood (",
13-
year,
14-
"). tuber: Access YouTube from R. ",
15-
vers, ".", sep=""))
2+
3+
bibentry(
4+
bibtype = "Manual",
5+
title = "tuber: Access YouTube from R",
6+
author = person("Gaurav", "Sood"),
7+
year = "2023",
8+
note = "R package version 0.9.9",
9+
url = "https://CRAN.R-project.org/package=tuber",
10+
textVersion = paste0(
11+
"Gaurav Sood (2023). ",
12+
"tuber: Access YouTube from R. ",
13+
"R package version 0.9.9. ",
14+
"https://CRAN.R-project.org/package=tuber"
15+
)
16+
)

0 commit comments

Comments
 (0)