|
|
@ -1,14 +1,15 @@ |
|
|
|
Type: Package |
|
|
|
Package: tRakt |
|
|
|
Title: Pull Data from 'trakt.tv' |
|
|
|
Version: 0.13.0 |
|
|
|
Title: Get Data from 'trakt.tv' |
|
|
|
Version: 0.13.9000 |
|
|
|
Date: 2019-02-19 |
|
|
|
Authors@R: |
|
|
|
person(given = "Lukas Burk", |
|
|
|
role = c("aut", "cre"), |
|
|
|
email = "lukas@tadaa-data.de") |
|
|
|
Description: A wrapper for the trakt.tv APIv2 which uses httr |
|
|
|
and jsonlite to send non-OAuth2 requests and receive tidied data. |
|
|
|
and jsonlite to send non-OAuth2 requests and receive tidied data about tv shows |
|
|
|
and movies, including titles, user ratings and related metadata. |
|
|
|
License: MIT + file LICENSE |
|
|
|
URL: http://github.com/jemus42/tRakt |
|
|
|
BugReports: http://github.com/jemus42/tRakt/issues |
|
|
@ -19,7 +20,9 @@ Imports: |
|
|
|
jsonlite (>= 0.9.14), |
|
|
|
lubridate, |
|
|
|
plyr (>= 1.8.1), |
|
|
|
stringr |
|
|
|
stringr, |
|
|
|
magrittr, |
|
|
|
purrr |
|
|
|
Suggests: |
|
|
|
dplyr (>= 0.4.1), |
|
|
|
ggplot2, |
|
|
|