{
  "_id": "6a4b5fb1a6574ff277f9a39b",
  "Package": "youtubeR",
  "Title": "An Interface to the YouTube API",
  "Version": "0.0.0.9001",
  "Authors@R": "c(\nperson(\"Kevin\", \"Kent\", , \"kentmkevin@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Jon\", \"Harmon\", , \"jonthegeek@gmail.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4781-4346\"))\n)",
  "Description": "Manage YouTube videos from R.",
  "License": "MIT + file LICENSE",
  "URL": "https://kevin-m-kent.github.io/youtubeR/,\nhttps://github.com/kevin-m-kent/youtubeR",
  "BugReports": "https://github.com/kevin-m-kent/youtubeR/issues",
  "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": {
    "Date": "2026-07-06 07:53:47 UTC",
    "User": "root"
  },
  "Author": "Kevin Kent [aut, cre],\nJon Harmon [aut] (ORCID: <https://orcid.org/0000-0003-4781-4346>)",
  "Maintainer": "Kevin Kent <kentmkevin@gmail.com>",
  "_user": "jonthegeek",
  "_type": "src",
  "_file": "youtubeR_0.0.0.9001.tar.gz",
  "_fileid": "https://r2.ropensci.org/37ed2f482df2270a763cb7885900ef2b70a7eb3bf794a819b01c93241f7acad0",
  "_filesize": 7160666,
  "_sha256": "37ed2f482df2270a763cb7885900ef2b70a7eb3bf794a819b01c93241f7acad0",
  "_expires": "2026-10-14T07:56:30.000Z",
  "_created": "2026-07-06T07:53:47.000Z",
  "_published": "2026-07-06T07:56:33.173Z",
  "_jobs": [
    {
      "job": 85321380968,
      "time": 120,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8102871547"
    },
    {
      "job": 85321380964,
      "time": 122,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8102872368"
    },
    {
      "job": 85321380937,
      "time": 103,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8102865787"
    },
    {
      "job": 85321380954,
      "time": 73,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8102855383"
    },
    {
      "job": 85320868146,
      "time": 186,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8102829207"
    },
    {
      "job": 85321380944,
      "time": 120,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8102871098"
    },
    {
      "job": 85321380994,
      "time": 95,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8102863166"
    },
    {
      "job": 85321380962,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8102853658"
    },
    {
      "job": 85321381004,
      "time": 101,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8102865485"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/28776243973",
  "_status": "success",
  "_upstream": "https://github.com/kevin-m-kent/youtubeR",
  "_commit": {
    "id": "2bed779ef46856fba9b51f32d1d21d1406850f36",
    "author": "kevin-m-kent <38162246+kevin-m-kent@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #25 from jonthegeek/safer-redirect\n\nUse stable redirect.",
    "time": 1738615167
  },
  "_maintainer": {
    "name": "Kevin Kent",
    "email": "kentmkevin@gmail.com",
    "login": "kevin-m-kent",
    "description": "",
    "uuid": 38162246
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "snakecase",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "httptest2",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "kevin-m-kent",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "jonthegeek",
      "count": 33,
      "uuid": 33983824
    },
    {
      "user": "kevin-m-kent",
      "count": 3,
      "uuid": 38162246
    }
  ],
  "_userbio": {
    "uuid": 33983824,
    "type": "user",
    "name": "Jon Harmon",
    "followers": 361,
    "description": "Executive Director at DSLC.io (fka @r4ds) | Principal Developer (@atorus-research)"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/youtubeR"
  },
  "_devurl": "https://github.com/kevin-m-kent/youtuber",
  "_pkgdown": "https://kevin-m-kent.github.io/youtubeR/",
  "_searchresults": 10,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/youtubeR.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "browse_gc_credentials",
    "datetime",
    "get_my_channel_detail_playlist_ids",
    "get_playlist_items",
    "get_playlist_video_ids",
    "get_upload_playlist_id",
    "get_video_processing_details",
    "yt_authenticate",
    "yt_call_api",
    "yt_construct_client",
    "yt_has_client_envvars",
    "yt_schema_video_localization",
    "yt_schema_video_snippet",
    "yt_schema_video_status",
    "yt_videos_delete",
    "yt_videos_insert",
    "yt_videos_update"
  ],
  "_help": [
    {
      "page": "browse_gc_credentials",
      "title": "Visit Google Cloud Credentials page",
      "topics": [
        "browse_gc_credentials"
      ]
    },
    {
      "page": "datetime",
      "title": "Datetime vectors",
      "topics": [
        "datetime"
      ]
    },
    {
      "page": "get_my_channel_detail_playlist_ids",
      "title": "Get my channel detail playlist ids",
      "topics": [
        "get_my_channel_detail_playlist_ids"
      ]
    },
    {
      "page": "get_playlist_items",
      "title": "Get playlist items",
      "topics": [
        "get_playlist_items"
      ]
    },
    {
      "page": "get_playlist_video_ids",
      "title": "Get playlist video ids",
      "topics": [
        "get_playlist_video_ids"
      ]
    },
    {
      "page": "get_upload_playlist_id",
      "title": "Get Playlist Ids",
      "topics": [
        "get_upload_playlist_id"
      ]
    },
    {
      "page": "get_video_processing_details",
      "title": "Get video processing details",
      "topics": [
        "get_video_processing_details"
      ]
    },
    {
      "page": "yt_authenticate",
      "title": "Authenticate with a YouTube OAuth client",
      "topics": [
        "yt_authenticate"
      ]
    },
    {
      "page": "yt_call_api",
      "title": "Call the YouTube API",
      "topics": [
        "yt_call_api"
      ]
    },
    {
      "page": "yt_construct_client",
      "title": "Construct a YouTube OAuth client",
      "topics": [
        "yt_construct_client"
      ]
    },
    {
      "page": "yt_has_client_envvars",
      "title": "Check for YouTube client environment variables",
      "topics": [
        "yt_has_client_envvars"
      ]
    },
    {
      "page": "yt_schema_video_localization",
      "title": "Video localization",
      "topics": [
        "yt_schema_video_localization"
      ]
    },
    {
      "page": "yt_schema_video_snippet",
      "title": "Video snippet",
      "topics": [
        "yt_schema_video_snippet"
      ]
    },
    {
      "page": "yt_schema_video_status",
      "title": "Video status",
      "topics": [
        "yt_schema_video_status"
      ]
    },
    {
      "page": "yt_videos_delete",
      "title": "Delete video",
      "topics": [
        "yt_videos_delete"
      ]
    },
    {
      "page": "yt_videos_insert",
      "title": "Insert video",
      "topics": [
        "yt_videos_insert"
      ]
    },
    {
      "page": "yt_videos_update",
      "title": "Update video",
      "topics": [
        "yt_videos_update"
      ]
    }
  ],
  "_readme": "https://github.com/kevin-m-kent/youtubeR/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "curl",
    "fs",
    "glue",
    "httr2",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "openssl",
    "purrr",
    "R6",
    "rappdirs",
    "rlang",
    "snakecase",
    "stringi",
    "stringr",
    "sys",
    "vctrs",
    "withr"
  ],
  "_score": 2.1760912590556813,
  "_indexed": false,
  "_nocasepkg": "youtuber",
  "_universes": [
    "jonthegeek"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.0.9001",
      "date": "2026-07-06T07:55:48.000Z",
      "distro": "resolute",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "https://r2.ropensci.org/b9d111af8cee938dae07c906305c634ba15cb740a9476a21fe4377b2fda415a4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/28776243973"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.0.9001",
      "date": "2026-07-06T07:55:52.000Z",
      "distro": "resolute",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "https://r2.ropensci.org/7188f0a7e1901a0efc3e9699670873477cd94af676b9504cd7be27ed109f2f38",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/28776243973"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9001",
      "date": "2026-07-06T07:55:33.000Z",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "https://r2.ropensci.org/d323e5cf8994a77d24934699bd26215c46a506ad0db34a016d53c3be5d820c65",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/28776243973"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.0.9001",
      "date": "2026-07-06T07:55:06.000Z",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "https://r2.ropensci.org/c92e91c2f0d4583af01d09e4050a256ec1220683a13bf026b8fc4e6c5bd67a51",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/28776243973"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.0.9001",
      "date": "2026-07-06T07:56:00.000Z",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "https://r2.ropensci.org/13a69e6417aaf0a92ea3f1a65f29c9ec001bf5ab966f28e7cbd0ade6178d7a78",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/28776243973"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.0.9001",
      "date": "2026-07-06T07:55:20.000Z",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "https://r2.ropensci.org/0ba85e22b5d63e94a01e221a74db35dba70237e2ce24effaee4c57c0a1426989",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/28776243973"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.0.9001",
      "date": "2026-07-06T07:54:53.000Z",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "https://r2.ropensci.org/fecf88a1de48d7e2b2f0d62ead80845f907f12fd6ed7f9862ece7de1de7fae24",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/28776243973"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.0.9001",
      "date": "2026-07-06T07:55:28.000Z",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "https://r2.ropensci.org/c1fa8c567c552c07a2ae7a4c844dce3d72dcc7b9439c915ea33ebcc09bf6efdb",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/28776243973"
    }
  ]
}