{
  "_id": "6a12c50dacfb0bcc41d1f5c3",
  "Package": "vembedr",
  "Title": "Embed Video in HTML",
  "Version": "0.1.5.9000",
  "Authors@R": "c(\nperson(\ngiven = \"Ian\",\nfamily = \"Lyttle\",\nemail = \"ian.lyttle@se.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0001-9962-4849\")\n),\nperson(family = \"Schneider Electric\", role = c(\"cph\"))\n)",
  "Description": "A set of functions for generating HTML to embed hosted\nvideo in your R Markdown documents or Shiny applications.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.2",
  "URL": "https://github.com/ijlyttle/vembedr",
  "BugReports": "https://github.com/ijlyttle/vembedr/issues",
  "VignetteBuilder": "knitr",
  "Roxygen": "list(markdown = TRUE)",
  "Config/pak/sysreqs": "libicu-dev libssl-dev",
  "Repository": "https://ijlyttle.r-universe.dev",
  "Date/Publication": "2021-12-11 21:45:16 UTC",
  "RemoteUrl": "https://github.com/ijlyttle/vembedr",
  "RemoteRef": "HEAD",
  "RemoteSha": "f270a72d5fc08a21e91de4e9b807c17e555074b9",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-24 09:27:07 UTC",
    "User": "root"
  },
  "Author": "Ian Lyttle [aut, cre] (ORCID: <https://orcid.org/0000-0001-9962-4849>),\nSchneider Electric [cph]",
  "Maintainer": "Ian Lyttle <ian.lyttle@se.com>",
  "MD5sum": "81aa21d71fd9e685a1d446f34074a56c",
  "_user": "ijlyttle",
  "_type": "src",
  "_file": "vembedr_0.1.5.9000.tar.gz",
  "_fileid": "a3781a31c40e8eb232704b5fa530d5eb2832bfabb55e09068cda58d9a57abf6b",
  "_filesize": 1075851,
  "_sha256": "a3781a31c40e8eb232704b5fa530d5eb2832bfabb55e09068cda58d9a57abf6b",
  "_created": "2026-05-24T09:27:07.000Z",
  "_published": "2026-05-24T09:29:49.111Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77586979078,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7184030547"
    },
    {
      "job": 77586979081,
      "time": 134,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184031522"
    },
    {
      "job": 77586979100,
      "time": 70,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7184025346"
    },
    {
      "job": 77586979090,
      "time": 69,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184025328"
    },
    {
      "job": 77586820530,
      "time": 177,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184018395"
    },
    {
      "job": 77586979082,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184028957"
    },
    {
      "job": 77586979089,
      "time": 81,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7184026328"
    },
    {
      "job": 77586979079,
      "time": 67,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7184025059"
    },
    {
      "job": 77586979076,
      "time": 74,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184025643"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ijlyttle/actions/runs/26357491993",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ijlyttle/vembedr",
  "_commit": {
    "id": "f270a72d5fc08a21e91de4e9b807c17e555074b9",
    "author": "Ian Lyttle <ian.lyttle@se.com>",
    "committer": "Ian Lyttle <ian.lyttle@se.com>",
    "message": "Increment version number to 0.1.5.9000\n",
    "time": 1639259116
  },
  "_maintainer": {
    "name": "Ian Lyttle",
    "email": "ian.lyttle@se.com",
    "login": "ijlyttle",
    "mastodon": "@ijlyttle@vis.social",
    "orcid": "0000-0001-9962-4849",
    "description": "",
    "uuid": 2800934
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3.0",
      "role": "Depends"
    },
    {
      "package": "htmltools",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "assertthat",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "here",
      "role": "Suggests"
    },
    {
      "package": "fs",
      "role": "Suggests"
    },
    {
      "package": "conflicted",
      "role": "Suggests"
    },
    {
      "package": "usethis",
      "role": "Suggests"
    }
  ],
  "_owner": "ijlyttle",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "box",
    "embed-videos",
    "rmarkdown",
    "shiny",
    "vimeo",
    "youtube"
  ],
  "_stars": 58,
  "_contributors": [
    {
      "user": "ijlyttle",
      "count": 100,
      "uuid": 2800934
    },
    {
      "user": "jnolis",
      "count": 1,
      "uuid": 3317138
    }
  ],
  "_userbio": {
    "uuid": 2800934,
    "type": "user",
    "name": "Ian Lyttle"
  },
  "_downloads": {
    "count": 3488,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/vembedr"
  },
  "_devurl": "https://github.com/ijlyttle/vembedr",
  "_searchresults": 648,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/vembedr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ijlyttle/vembedr",
  "_realowner": "ijlyttle",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2016-05-27"
    },
    {
      "version": "0.1.1",
      "date": "2016-07-15"
    },
    {
      "version": "0.1.2",
      "date": "2017-01-11"
    },
    {
      "version": "0.1.3",
      "date": "2017-07-16"
    },
    {
      "version": "0.1.4",
      "date": "2020-10-10"
    },
    {
      "version": "0.1.5",
      "date": "2021-12-11"
    }
  ],
  "_exports": [
    "%>%",
    "embed_box",
    "embed_channel9",
    "embed_msstream",
    "embed_url",
    "embed_user2016",
    "embed_user2017",
    "embed_vimeo",
    "embed_youtube",
    "get_iframe",
    "get_service",
    "hms",
    "parse_video_url",
    "rickroll_channel9",
    "rickroll_vimeo",
    "rickroll_youtube",
    "secs",
    "set_iframe",
    "suggest_embed",
    "suggest_embed_pure",
    "use_align",
    "use_bs_responsive",
    "use_rounded",
    "use_start_time"
  ],
  "_help": [
    {
      "page": "vembedr-package",
      "title": "vembedr: Package for embedding video",
      "topics": [
        "vembedr-package"
      ]
    },
    {
      "page": "embed",
      "title": "Embed video from service",
      "concept": [
        "embed"
      ],
      "topics": [
        "embed",
        "embed_box",
        "embed_msstream",
        "embed_vimeo",
        "embed_youtube"
      ]
    },
    {
      "page": "embed_url",
      "title": "Embed video based on URL",
      "topics": [
        "embed_url"
      ]
    },
    {
      "page": "embed_channel9",
      "title": "Embed video from Microsoft Channel 9",
      "topics": [
        "embed_channel9",
        "embed_user2016",
        "embed_user2017",
        "rickroll_channel9"
      ]
    },
    {
      "page": "get_service",
      "title": "Determine service based on URL",
      "topics": [
        "get_service"
      ]
    },
    {
      "page": "rickroll",
      "title": "Embed popular video",
      "topics": [
        "rickroll",
        "rickroll_vimeo",
        "rickroll_youtube"
      ]
    },
    {
      "page": "use_align",
      "title": "Align horizontally",
      "topics": [
        "use_align"
      ]
    },
    {
      "page": "use_bs_responsive",
      "title": "Make size responsive",
      "topics": [
        "use_bs_responsive"
      ]
    },
    {
      "page": "use_rounded",
      "title": "Make rounded corners",
      "topics": [
        "use_rounded"
      ]
    },
    {
      "page": "use_start_time",
      "title": "Specify start time",
      "topics": [
        "use_start_time",
        "use_start_time.default",
        "use_start_time.vembedr_embed_box",
        "use_start_time.vembedr_embed_channel9",
        "use_start_time.vembedr_embed_msstream",
        "use_start_time.vembedr_embed_vimeo",
        "use_start_time.vembedr_embed_youtube"
      ]
    },
    {
      "page": "vembedr-s3-classes",
      "title": "vembedr S3 Classes",
      "topics": [
        "vembedr-s3-classes"
      ]
    }
  ],
  "_readme": "https://github.com/ijlyttle/vembedr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "assertthat",
    "base64enc",
    "cli",
    "curl",
    "digest",
    "fastmap",
    "glue",
    "htmltools",
    "httr",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "sys",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "embed.Rmd",
      "filename": "embed.html",
      "title": "Embed video",
      "author": "Ian Lyttle",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Embded using URL",
        "Embed by service",
        "YouTube",
        "Vimeo",
        "Box",
        "Microsoft Stream",
        "Sample videos"
      ],
      "created": "2016-05-26 20:50:12",
      "modified": "2021-12-11 14:27:12",
      "commits": 16
    },
    {
      "source": "modify.Rmd",
      "filename": "modify.html",
      "title": "Modify embedding",
      "author": "Ian Lyttle",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Start time",
        "Horizontal alignment",
        "Rounded corners",
        "Responsive sizing"
      ],
      "created": "2020-10-03 19:22:27",
      "modified": "2020-10-10 21:44:34",
      "commits": 2
    },
    {
      "source": "vembedr.Rmd",
      "filename": "vembedr.html",
      "title": "vembedr",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Examples",
        "Caveats"
      ],
      "created": "2020-10-03 19:22:27",
      "modified": "2021-12-11 14:27:12",
      "commits": 5
    }
  ],
  "_score": 8.293670734749742,
  "_indexed": true,
  "_nocasepkg": "vembedr",
  "_universes": [
    "ijlyttle"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.5.9000",
      "date": "2026-05-24T09:29:10.000Z",
      "distro": "noble",
      "commit": "f270a72d5fc08a21e91de4e9b807c17e555074b9",
      "fileid": "5394436b3186c259ad74e93e505527ea46b0d79b9917b1a3156b156770a4a876",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ijlyttle/actions/runs/26357491993"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.5.9000",
      "date": "2026-05-24T09:29:18.000Z",
      "distro": "noble",
      "commit": "f270a72d5fc08a21e91de4e9b807c17e555074b9",
      "fileid": "0ace196c87b5e535d55e4b71224560a7eb696464417c96b18507a6805bbd1a0e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ijlyttle/actions/runs/26357491993"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.5.9000",
      "date": "2026-05-24T09:28:21.000Z",
      "commit": "f270a72d5fc08a21e91de4e9b807c17e555074b9",
      "fileid": "e6ef38f981fa4a7c998567921b4d5951a2fd81dfd6052b6f55070ea0117e748d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ijlyttle/actions/runs/26357491993"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.5.9000",
      "date": "2026-05-24T09:28:20.000Z",
      "commit": "f270a72d5fc08a21e91de4e9b807c17e555074b9",
      "fileid": "89af5660d89c68a6b20fdf74b547d07e055db37055b41f179c2600517a2eff94",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ijlyttle/actions/runs/26357491993"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.5.9000",
      "date": "2026-05-24T09:29:08.000Z",
      "commit": "f270a72d5fc08a21e91de4e9b807c17e555074b9",
      "fileid": "2112f842c8ccf095edb4718c6edb85299f4f2768a1e0c67c694a1fbad1e6a1d8",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ijlyttle/actions/runs/26357491993"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.5.9000",
      "date": "2026-05-24T09:28:10.000Z",
      "commit": "f270a72d5fc08a21e91de4e9b807c17e555074b9",
      "fileid": "1bf846f6bd9ccc28fb8fe3e74828d52c86fe50d699c04d55e319f4ea44ca8a56",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ijlyttle/actions/runs/26357491993"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.5.9000",
      "date": "2026-05-24T09:28:08.000Z",
      "commit": "f270a72d5fc08a21e91de4e9b807c17e555074b9",
      "fileid": "30f87e1c9645c50619f292485874de3faad804bfa8bc4dbdbef701a46e8b6875",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ijlyttle/actions/runs/26357491993"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.5.9000",
      "date": "2026-05-24T09:28:13.000Z",
      "commit": "f270a72d5fc08a21e91de4e9b807c17e555074b9",
      "fileid": "986e82100c09e5d1e9cde8388c5287c637e149f030e00f962a5464582fdc59d7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ijlyttle/actions/runs/26357491993"
    }
  ]
}