{
  "_id": "6a1f2d2eb401979e73426344",
  "Package": "ggvenn",
  "Title": "Draw Venn Diagram by 'ggplot2'",
  "Version": "0.1.19",
  "Authors@R": "person(given = \"Linlin\", family = \"Yan\",\nrole = c(\"aut\", \"cre\"),\nemail = \"yanlinlin82@gmail.com\",\ncomment = c(ORCID = \"0000-0002-4990-6239\"))",
  "Author": "Linlin Yan [aut, cre] (<https://orcid.org/0000-0002-4990-6239>)",
  "Maintainer": "Linlin Yan <yanlinlin82@gmail.com>",
  "Description": "An easy-to-use way to draw pretty Venn diagrams using\n'ggplot2'. This package provides functions to create Venn\ndiagrams with customizable colors, labels, and styling options.",
  "URL": "https://yanlinlin82.github.io/ggvenn/,\nhttps://github.com/yanlinlin82/ggvenn",
  "BugReports": "https://github.com/yanlinlin82/ggvenn/issues",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "Config/testthat/edition": "3",
  "Repository": "https://yanlinlin82.r-universe.dev",
  "Date/Publication": "2025-10-13 14:04:25 UTC",
  "RemoteUrl": "https://github.com/yanlinlin82/ggvenn",
  "RemoteRef": "HEAD",
  "RemoteSha": "095f4ffd8897a7b221823b07663e001a0af716e4",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-15 09:48:24 UTC",
    "User": "root"
  },
  "MD5sum": "9703b0cf01125308cb02b0f656a24af0",
  "_user": "yanlinlin82",
  "_type": "src",
  "_file": "ggvenn_0.1.19.tar.gz",
  "_fileid": "04ff2485d5f61ce324b4d77985dd3f0465175f51afde27326f8769debc77c998",
  "_filesize": 121967,
  "_sha256": "04ff2485d5f61ce324b4d77985dd3f0465175f51afde27326f8769debc77c998",
  "_created": "2026-05-15T09:48:24.000Z",
  "_published": "2026-06-02T19:21:18.668Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79153268366,
      "time": 135,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7014444402"
    },
    {
      "job": 79153268375,
      "time": 134,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014444207"
    },
    {
      "job": 79153268919,
      "time": 192,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7014463103"
    },
    {
      "job": 79153268894,
      "time": 180,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014450649"
    },
    {
      "job": 79153267853,
      "time": 204,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014401861"
    },
    {
      "job": 79153267935,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367604172"
    },
    {
      "job": 79153268974,
      "time": 106,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7014434663"
    },
    {
      "job": 79153269115,
      "time": 115,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7014437663"
    },
    {
      "job": 79153269049,
      "time": 101,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014433310"
    }
  ],
  "_buildurl": "https://github.com/r-universe/yanlinlin82/actions/runs/25911299992",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/yanlinlin82/ggvenn",
  "_commit": {
    "id": "095f4ffd8897a7b221823b07663e001a0af716e4",
    "author": "Linlin Yan <linlin.yan@bioinfo.app>",
    "committer": "Linlin Yan <linlin.yan@bioinfo.app>",
    "message": "fix: Handle empty lists in list_to_data_frame function (#57)\n\n- Updated the list_to_data_frame function to ensure it returns an empty character vector when the input list is empty, preventing potential errors during data frame creation.\n",
    "time": 1760364265
  },
  "_maintainer": {
    "name": "Linlin Yan",
    "email": "yanlinlin82@gmail.com",
    "login": "yanlinlin82",
    "linkedin": "in/yanlinlin82",
    "orcid": "0000-0002-4990-6239",
    "twitter": "@yanlinlin82",
    "uuid": 2879428
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "ggplot2",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "scales",
      "version": ">= 1.2.0",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "yanlinlin82",
  "_selfowned": true,
  "_usedby": 5,
  "_updates": [
    {
      "week": "2025-40",
      "n": 10
    },
    {
      "week": "2025-41",
      "n": 26
    },
    {
      "week": "2025-42",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.1.17",
      "date": "2025-10-06"
    },
    {
      "name": "v0.1.18",
      "date": "2025-10-08"
    },
    {
      "name": "v0.1.19",
      "date": "2025-10-08"
    }
  ],
  "_topics": [
    "easy-to-use",
    "ggplot2",
    "venn-diagram"
  ],
  "_stars": 182,
  "_contributors": [
    {
      "user": "yanlinlin82",
      "count": 98,
      "uuid": 2879428
    },
    {
      "user": "dnldelarosa",
      "count": 12,
      "uuid": 46333108
    },
    {
      "user": "emanuelsoda",
      "count": 2,
      "uuid": 23298586
    },
    {
      "user": "konradzdeb",
      "count": 2,
      "uuid": 7386756
    },
    {
      "user": "dhammarstrom",
      "count": 1,
      "uuid": 7345492
    },
    {
      "user": "williamlai2",
      "count": 1,
      "uuid": 44103957
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    },
    {
      "user": "roi-meir",
      "count": 1,
      "uuid": 24568523
    }
  ],
  "_userbio": {
    "uuid": 2879428,
    "type": "user",
    "name": "Linlin Yan (颜林林)",
    "description": "Bioinfo PhD, with 20+ yrs of programming experience, also an open-source advocate, interested in NGS, genomics and other -omics. Wechat: yanlinlin82. 公众号: 不靠谱颜论"
  },
  "_downloads": {
    "count": 10015,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ggvenn"
  },
  "_mentions": 3,
  "_devurl": "https://github.com/yanlinlin82/ggvenn",
  "_pkgdown": "https://yanlinlin82.github.io/ggvenn/",
  "_searchresults": 3152,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ggvenn.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/yanlinlin82/ggvenn",
  "_realowner": "yanlinlin82",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.8",
      "date": "2021-01-13"
    },
    {
      "version": "0.1.9",
      "date": "2021-06-29"
    },
    {
      "version": "0.1.10",
      "date": "2023-03-31"
    },
    {
      "version": "0.1.18",
      "date": "2025-10-08"
    },
    {
      "version": "0.1.19",
      "date": "2025-10-08"
    }
  ],
  "_exports": [
    "data_frame_to_list",
    "geom_venn",
    "get_venn_table",
    "ggvenn",
    "list_to_data_frame"
  ],
  "_help": [
    {
      "page": "data_preparation",
      "title": "Utility functions for data type conversion between data.frame and list.",
      "topics": [
        "data_frame_to_list",
        "data_preparation",
        "list_to_data_frame"
      ]
    },
    {
      "page": "geom_venn",
      "title": "Plot venn diagram as a ggplot layer object. It supports only data frame as input.",
      "topics": [
        "geom_venn"
      ]
    },
    {
      "page": "get_venn_table",
      "title": "Extract Venn diagram data table from ggvenn plot",
      "topics": [
        "get_venn_table"
      ]
    },
    {
      "page": "ggvenn",
      "title": "Plot venn diagram as an independent function. It supports both data frame and list as input.",
      "topics": [
        "ggvenn"
      ]
    }
  ],
  "_readme": "https://github.com/yanlinlin82/ggvenn/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 11.43371036327747,
  "_indexed": true,
  "_nocasepkg": "ggvenn",
  "_universes": [
    "yanlinlin82"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.19",
      "date": "2026-05-15T09:50:35.000Z",
      "distro": "noble",
      "commit": "095f4ffd8897a7b221823b07663e001a0af716e4",
      "fileid": "0aea4c1000f0b2396d0befa29aac1b057041d7a805325f66ba5ba059e9473423",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yanlinlin82/actions/runs/25911299992"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.19",
      "date": "2026-05-15T09:50:34.000Z",
      "distro": "noble",
      "commit": "095f4ffd8897a7b221823b07663e001a0af716e4",
      "fileid": "16a44ba5ba6dc123f005897fef53d34da5f6408dd6fd4904a144f52745009c49",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yanlinlin82/actions/runs/25911299992"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.19",
      "date": "2026-05-15T09:51:51.000Z",
      "commit": "095f4ffd8897a7b221823b07663e001a0af716e4",
      "fileid": "9cba6f170714064be67689a86557ec02ae36d48cf81fcf3ad26e0d7340963b9b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yanlinlin82/actions/runs/25911299992"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.19",
      "date": "2026-05-15T09:51:00.000Z",
      "commit": "095f4ffd8897a7b221823b07663e001a0af716e4",
      "fileid": "a09002931f0ef71bc13b244747dbeea83c3d9061195dce8250b9bd121b439446",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yanlinlin82/actions/runs/25911299992"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.19",
      "date": "2026-05-15T09:49:52.000Z",
      "commit": "095f4ffd8897a7b221823b07663e001a0af716e4",
      "fileid": "542ac46ff7a9f07f76a373c53742d32a0e4f22069a50d3fc40f478425bb9482a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yanlinlin82/actions/runs/25911299992"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.19",
      "date": "2026-05-15T09:50:02.000Z",
      "commit": "095f4ffd8897a7b221823b07663e001a0af716e4",
      "fileid": "cbe14dd133177d64c4072f1b2cd00832df5091988abe73037c2f967a871bee14",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yanlinlin82/actions/runs/25911299992"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.19",
      "date": "2026-05-15T09:49:47.000Z",
      "commit": "095f4ffd8897a7b221823b07663e001a0af716e4",
      "fileid": "8fed9a651e8f8e14348239999417d525021a17c48a294d6f4413e973eff7f865",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yanlinlin82/actions/runs/25911299992"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.19",
      "date": "2026-06-02T19:21:02.000Z",
      "commit": "095f4ffd8897a7b221823b07663e001a0af716e4",
      "fileid": "7b11ef116fdd47ee570d841402a096f0de3b9868f0d5d58315df6fe203d17e5f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/yanlinlin82/actions/runs/25911299992"
    }
  ]
}