-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: tuber
Title: Client for the YouTube API
Version: 0.9.9
Authors@R: c(
person("Gaurav", "Sood", , "gsood07@gmail.com", role = c("aut", "cre")),
person("Kate", "Lyons", , "k.lyons7@gmail.com", role = "ctb"),
person("John", "Muschelli", , "muschellij2@gmail.com", role = "ctb")
)
Maintainer: Gaurav Sood <gsood07@gmail.com>
Description: Get comments posted on YouTube videos, information on how
many times a video has been liked, search for videos with particular
content, and much more. You can also scrape captions from a few
videos. To learn more about the YouTube API, see
<https://developers.google.com/youtube/v3/>.
License: MIT + file LICENSE
URL: https://github.com/soodoku/tuber
BugReports: https://github.com/soodoku/tuber/issues
Depends:
R (>= 3.4.0)
Imports:
askpass,
dplyr,
httr,
httr2,
jsonlite,
magrittr,
mime,
plyr,
purrr,
tibble,
tidyr,
tidyselect,
utils
Suggests:
hms,
knitr (>= 1.11),
lintr,
rmarkdown,
testthat,
xml2
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1