Package: youtubeR Title: An Interface to the YouTube API Version: 0.0.0.9001 Authors@R: c( person("Kevin", "Kent", , "kentmkevin@gmail.com", role = c("aut", "cre")), person("Jon", "Harmon", , "jonthegeek@gmail.com", role = "aut", comment = c(ORCID = "0000-0003-4781-4346")) ) Description: Manage YouTube videos from R. License: MIT + file LICENSE URL: https://kevin-m-kent.github.io/youtubeR/, https://github.com/kevin-m-kent/youtubeR BugReports: https://github.com/kevin-m-kent/youtubeR/issues Depends: R (>= 4.1) Imports: cli, curl, fs, glue, httr2 (>= 1.0.0), jsonlite, purrr, rlang, snakecase Suggests: covr, httptest2, testthat (>= 3.0.0), withr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://jonthegeek.r-universe.dev Date/Publication: 2025-02-03 20:39:27 UTC RemoteUrl: https://github.com/kevin-m-kent/youtubeR RemoteRef: HEAD RemoteSha: 2bed779ef46856fba9b51f32d1d21d1406850f36 NeedsCompilation: no Packaged: 2026-06-06 07:16:33 UTC; root Author: Kevin Kent [aut, cre], Jon Harmon [aut] (ORCID: ) Maintainer: Kevin Kent