-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 1.23 KB
/
DESCRIPTION
File metadata and controls
52 lines (52 loc) · 1.23 KB
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
47
48
49
50
51
52
Type: Package
Package: tRakt
Title: Get Data from 'trakt.tv'
Version: 0.17.0.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:
cli,
curl,
dplyr,
httr2,
lubridate,
purrr,
rappdirs,
rlang,
stringr,
tibble,
utils
Suggests:
covr,
ggplot2,
glue,
kableExtra,
knitr,
rmarkdown,
roxygen2,
scales,
testthat (>= 3.0.0),
tidyr,
vcr (>= 2.0.0),
withr,
yaml
VignetteBuilder:
knitr
Config/Needs/website: pkgdown
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3