{
  "_id": "6a106dedacfb0bcc41cab065",
  "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-05-07 08:18:41 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>",
  "MD5sum": "a80b54abe83df0e4ca0619d52e972533",
  "_user": "jonthegeek",
  "_type": "src",
  "_file": "youtubeR_0.0.0.9001.tar.gz",
  "_fileid": "2bbdbe68c1ba803505a738c03f50be2a338c1f871cc880553cde3ec586cb1e21",
  "_filesize": 7159302,
  "_sha256": "2bbdbe68c1ba803505a738c03f50be2a338c1f871cc880553cde3ec586cb1e21",
  "_created": "2026-05-07T08:18:41.000Z",
  "_published": "2026-05-22T14:53:33.577Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77404557403,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6850234989"
    },
    {
      "job": 77404557560,
      "time": 117,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6850230485"
    },
    {
      "job": 77404557587,
      "time": 90,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6850221641"
    },
    {
      "job": 77404557767,
      "time": 97,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6850224210"
    },
    {
      "job": 77404556001,
      "time": 171,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6850193641"
    },
    {
      "job": 77404556353,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7163495322"
    },
    {
      "job": 77404557496,
      "time": 118,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6850230703"
    },
    {
      "job": 77404557382,
      "time": 69,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6850215500"
    },
    {
      "job": 77404557079,
      "time": 81,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6850218976"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25484250996",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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",
    "uuid": 38162246
  },
  "_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",
    "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.0",
  "_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",
    "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-05-07T08:20:55.000Z",
      "distro": "noble",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "28d4d97b9d7f1efafa142f22ed78444e80c022078c52d71216d8b6b6ec7afb39",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25484250996"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.0.9001",
      "date": "2026-05-07T08:20:43.000Z",
      "distro": "noble",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "5f5471ee19b2a5ad1f768141603e1ebfc9d9bb86a623c03b19c56cad807c7b30",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25484250996"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9001",
      "date": "2026-05-07T08:20:17.000Z",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "7cb13df1b09c263a33cc7d80753dc9627e479be126b518522fb29b04a37e65a8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25484250996"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.0.9001",
      "date": "2026-05-07T08:20:20.000Z",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "483243c56f030b4dc378687480790ca1c6654e27c4878d59db3dbe5491a99ea7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25484250996"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.0.9001",
      "date": "2026-05-07T08:20:36.000Z",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "38b43e893c754a2c61e0256903585627cf82efaeb4c5c533c42eee9de01a6f14",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25484250996"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.0.9001",
      "date": "2026-05-07T08:19:50.000Z",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "798a2947cc4b3859158fa81728ff9d58a82ca4773ab896f3d184b9c8b12c9080",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25484250996"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.0.9001",
      "date": "2026-05-07T08:20:00.000Z",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "2166dfb6263817a50205fac699c6def6300223316bee5e6d6481668c7f56f6ca",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25484250996"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.0.9001",
      "date": "2026-05-22T14:53:11.000Z",
      "commit": "2bed779ef46856fba9b51f32d1d21d1406850f36",
      "fileid": "f829f69b5d4414fd6bee0dd996f00a9b22220ca0eb996a2463e4361b47391b70",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25484250996"
    }
  ]
}