Package: tuber
Title: Client for the YouTube API
Version: 0.9.7
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
VignetteBuilder: knitr
Suggests: knitr (>= 1.11), testthat, rmarkdown, xml2, lintr
RoxygenNote: 6.0.1.9000
NeedsCompilation: no
Packaged: 2018-05-07 01:24:59 UTC; soodoku
Author: Gaurav Sood [aut, cre],
  Kate Lyons [ctb],
  John Muschelli [ctb]
Repository: CRAN
Date/Publication: 2018-05-07 03:47:26 UTC
