Type: Package Package: tRakt Title: Get Data from 'trakt.tv' Version: 0.19.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-07-03 16:15:45 UTC RemoteUrl: https://github.com/jemus42/tRakt RemoteRef: HEAD RemoteSha: 2d591b6ffbbfebf2be9f15e20a09dd869f7dc289 NeedsCompilation: no Packaged: 2026-07-03 17:25:29 UTC; root Author: Lukas Burk [aut, cre] (ORCID: ) Maintainer: Lukas Burk