-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
46 lines (46 loc) · 1.16 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
46
Type: Package
Package: tRakt
Title: Get Data from 'trakt.tv'
Version: 0.16.9000
Authors@R:
person("Lukas", "Burk", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7528-3795"))
Description: A wrapper for the <https://trakt.tv> API to retrieve data
about shows and movies, including user ratings, credits and related
metadata. Additional functions retrieve user-specific information
including collections and history of watched items. A full API
reference is available at <https://trakt.docs.apiary.io>.
License: MIT + file LICENSE
URL: https://jemus42.github.io/tRakt, https://github.com/jemus42/tRakt
BugReports: http://github.com/jemus42/tRakt/issues
Depends:
R (>= 4.1)
Imports:
dplyr (>= 0.7.0),
httr,
jsonlite (>= 0.9.14),
lubridate,
purrr (>= 0.2.3),
rlang (>= 0.1.2),
stringr,
tibble,
tidyselect,
utils
Suggests:
covr,
ggplot2,
glue,
kableExtra,
knitr,
rmarkdown,
roxygen2,
scales,
testthat (>= 2.1.0),
tidyr,
yaml
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2