BiocQE includes a simple data frame with the "Bioconductor Maintainer"-owned packages.
suppressPackageStartupMessages({ library(BiocQE) library(BiocPkgTools) library(dplyr) library(DT) library(tibble) }) data(bioc_maint_packs) datatable(bioc_maint_packs)
if (!exists("li")) li = biocPkgList() lj = left_join(bioc_maint_packs, li, by="Package") as_tibble(lj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.