Type: Package Package: tRakt Title: Get Data from 'trakt.tv' Version: 0.18.0.9000 Authors@R: person("Lukas", "Burk", , "github@quantenbrot.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7528-3795")) Description: A wrapper for the 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 . 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, lifecycle, 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/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Config/testthat/parallel: true Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://jemus42.r-universe.dev Date/Publication: 2026-05-25 00:58:59 UTC RemoteUrl: https://github.com/jemus42/tRakt RemoteRef: HEAD RemoteSha: e9e85d6a3b60fb665cd50b1e59625e8a2305d7bb NeedsCompilation: no Packaged: 2026-05-25 02:51:56 UTC; root Author: Lukas Burk [aut, cre] (ORCID: ) Maintainer: Lukas Burk