Last data update: 2014.03.03

tuber

Package: tuber
Title: Client for the YouTube API
Version: 0.2.1
Authors@R: person("Gaurav", "Sood", email = "gsood07@gmail.com", role = c("aut", "cre"))
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.2.0)
License: MIT + file LICENSE
LazyData: true
Imports: httr
VignetteBuilder: knitr
Suggests: knitr (>= 1.11), testthat, rmarkdown
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-06-20 19:28:16 UTC; gsood
Author: Gaurav Sood [aut, cre]
Repository: CRAN
Date/Publication: 2016-06-20 23:18:52

● 0 images, 21 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'tuber' ...
** package 'tuber' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'tuber'
    finding HTML links ... done
    get_captions                            html  
    get_channel                             html  
    get_comments                            html  
    get_details                             html  
    get_stats                               html  
    list_abuse_report_reasons               html  
    list_channel_activities                 html  
    list_channel_sections                   html  
    list_channel_videos                     html  
    list_guidecats                          html  
    list_langs                              html  
    list_regions                            html  
    list_videocats                          html  
    tuber                                   html  
    tuber_GET                               html  
    tuber_POST                              html  
    yt_check_token                          html  
    yt_get_related_videos                   html  
    yt_oauth                                html  
    finding level-2 HTML links ... done

    yt_search                               html  
    yt_topic_search                         html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (tuber)
Making 'packages.html' ... done