Package: tuber
Title: Client for the YouTube API
Version: 0.9.9
Authors@R: c(person("Gaurav", "Sood", email = "gsood07@gmail.com", role = c("aut", "cre")),
             person("Kate", "Lyons", email = "k.lyons7@gmail.com", role = "ctb"),
             person("John", "Muschelli", email = "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/>.
URL: http://github.com/soodoku/tuber
BugReports: http://github.com/soodoku/tuber/issues
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
LazyData: true
Imports: httr, plyr, dplyr, purrr, jsonlite, utils
VignetteBuilder: knitr
Suggests: knitr (>= 1.11), testthat, rmarkdown, xml2, lintr, hms
RoxygenNote: 7.1.0
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2020-06-11 03:07:28 UTC; soodoku
Author: Gaurav Sood [aut, cre],
  Kate Lyons [ctb],
  John Muschelli [ctb]
Repository: CRAN
Date/Publication: 2020-06-11 05:50:07 UTC
