{
  "_id": "6a59ece709eb0996dd68f8d3",
  "Package": "ggplotify",
  "Title": "Convert Plot to 'grob' or 'ggplot' Object",
  "Version": "0.1.3",
  "Authors@R": "c(person(\"Guangchuang\", \"Yu\", email = \"guangchuangyu@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6485-8781\")))",
  "Description": "Convert plot function call (using expression or formula)\nto 'grob' or 'ggplot' object that compatible to the 'grid' and\n'ggplot2' ecosystem. With this package, we are able to e.g.\nusing 'cowplot' to align plots produced by 'base' graphics,\n'ComplexHeatmap', 'eulerr', 'grid', 'lattice', 'magick',\n'pheatmap', 'vcd' etc. by converting them to 'ggplot' objects.",
  "VignetteBuilder": "knitr",
  "ByteCompile": "true",
  "License": "Artistic-2.0",
  "URL": "https://github.com/GuangchuangYu/ggplotify",
  "BugReports": "https://github.com/GuangchuangYu/ggplotify/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "Config/pak/sysreqs": "cmake make libuv1-dev",
  "Repository": "https://guangchuangyu.r-universe.dev",
  "Date/Publication": "2025-09-20 02:50:06 UTC",
  "RemoteUrl": "https://github.com/guangchuangyu/ggplotify",
  "RemoteRef": "HEAD",
  "RemoteSha": "4a319f4f31c8dc880298592299bb853951b82d96",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-17 08:47:40 UTC",
    "User": "root"
  },
  "Author": "Guangchuang Yu [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-6485-8781>)",
  "Maintainer": "Guangchuang Yu <guangchuangyu@gmail.com>",
  "_user": "guangchuangyu",
  "_type": "src",
  "_file": "ggplotify_0.1.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/f524772566968b310ce73e7ac8e30a4a9646b029e2b5277a0101e9255da122f7",
  "_filesize": 435049,
  "_sha256": "f524772566968b310ce73e7ac8e30a4a9646b029e2b5277a0101e9255da122f7",
  "_expires": "2026-10-25T08:50:45.000Z",
  "_created": "2026-07-17T08:47:40.000Z",
  "_published": "2026-07-17T08:50:47.627Z",
  "_jobs": [
    {
      "job": 87843873858,
      "time": 145,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8401802035"
    },
    {
      "job": 87843873754,
      "time": 146,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8401802538"
    },
    {
      "job": 87843873806,
      "time": 101,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8401784891"
    },
    {
      "job": 87843873759,
      "time": 88,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8401779353"
    },
    {
      "job": 87843276842,
      "time": 190,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8401741824"
    },
    {
      "job": 87843873772,
      "time": 110,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8401788336"
    },
    {
      "job": 87843873768,
      "time": 82,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8401776612"
    },
    {
      "job": 87843873773,
      "time": 84,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8401777646"
    },
    {
      "job": 87843873751,
      "time": 80,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8401775582"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/guangchuangyu/actions/runs/29567464867",
  "_status": "success",
  "_upstream": "https://github.com/guangchuangyu/ggplotify",
  "_commit": {
    "id": "4a319f4f31c8dc880298592299bb853951b82d96",
    "author": "Guangchuang Yu <guangchuangyu@gmail.com>",
    "committer": "Guangchuang Yu <guangchuangyu@gmail.com>",
    "message": "support tmap, #17\n",
    "time": 1758336606
  },
  "_maintainer": {
    "name": "Guangchuang Yu",
    "email": "guangchuangyu@gmail.com",
    "login": "guangchuangyu",
    "twitter": "@guangchuangyu",
    "description": "Professor of Bioinformatics at Southern Medical University.",
    "uuid": 626539,
    "orcid": "0000-0002-6485-8781"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "gridGraphics",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "yulab.utils",
      "role": "Imports"
    },
    {
      "package": "aplot",
      "role": "Suggests"
    },
    {
      "package": "colorspace",
      "role": "Suggests"
    },
    {
      "package": "cowplot",
      "role": "Suggests"
    },
    {
      "package": "ggimage",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "lattice",
      "role": "Suggests"
    },
    {
      "package": "prettydoc",
      "role": "Suggests"
    },
    {
      "package": "vcd",
      "role": "Suggests"
    },
    {
      "package": "utils",
      "role": "Suggests"
    }
  ],
  "_owner": "guangchuangyu",
  "_selfowned": true,
  "_usedby": 194,
  "_updates": [
    {
      "week": "2025-38",
      "n": 2
    }
  ],
  "_tags": [],
  "_topics": [
    "baseplot",
    "ggplot2",
    "grid",
    "lattice",
    "upsetr",
    "vcd"
  ],
  "_stars": 115,
  "_contributors": [
    {
      "user": "guangchuangyu",
      "count": 30,
      "uuid": 626539
    }
  ],
  "_userbio": {
    "uuid": 626539,
    "type": "user",
    "name": "Guangchuang Yu",
    "followers": 3113,
    "description": "Professor of Bioinformatics at Southern Medical University."
  },
  "_downloads": {
    "count": 86116,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ggplotify"
  },
  "_mentions": 7,
  "_devurl": "https://github.com/guangchuangyu/ggplotify",
  "_searchresults": 3144,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ggplotify.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/guangchuangyu/ggplotify",
  "_realowner": "guangchuangyu",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.2",
      "date": "2018-04-24"
    },
    {
      "version": "0.0.3",
      "date": "2018-08-03"
    },
    {
      "version": "0.0.4",
      "date": "2019-08-06"
    },
    {
      "version": "0.0.5",
      "date": "2020-03-12"
    },
    {
      "version": "0.0.6",
      "date": "2021-04-22"
    },
    {
      "version": "0.0.7",
      "date": "2021-05-11"
    },
    {
      "version": "0.0.8",
      "date": "2021-08-04"
    },
    {
      "version": "0.0.9",
      "date": "2021-08-20"
    },
    {
      "version": "0.1.0",
      "date": "2021-09-03"
    },
    {
      "version": "0.1.1",
      "date": "2023-06-27"
    },
    {
      "version": "0.1.2",
      "date": "2023-08-09"
    },
    {
      "version": "0.1.3",
      "date": "2025-09-20"
    }
  ],
  "_exports": [
    "as.ggplot",
    "as.grob",
    "base2grob",
    "grid2grob"
  ],
  "_help": [
    {
      "page": "as.ggplot",
      "title": "as.ggplot",
      "topics": [
        "as.ggplot"
      ]
    },
    {
      "page": "as-grob",
      "title": "as.grob",
      "topics": [
        "as.grob",
        "as.grob.aplot",
        "as.grob.bbplot",
        "as.grob.eulergram",
        "as.grob.expression",
        "as.grob.formula",
        "as.grob.function",
        "as.grob.gglist",
        "as.grob.ggplot",
        "as.grob.grob",
        "as.grob.Heatmap",
        "as.grob.magick-image",
        "as.grob.meme",
        "as.grob.oncoplot",
        "as.grob.patchwork",
        "as.grob.pheatmap",
        "as.grob.tmap",
        "as.grob.trellis",
        "as.grob.upset"
      ]
    },
    {
      "page": "base2grob",
      "title": "base2grob",
      "topics": [
        "base2grob"
      ]
    },
    {
      "page": "grid2grob",
      "title": "grid2grob",
      "topics": [
        "grid2grob"
      ]
    }
  ],
  "_readme": "https://github.com/guangchuangyu/ggplotify/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "digest",
    "farver",
    "fs",
    "ggplot2",
    "glue",
    "gridGraphics",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr",
    "yulab.utils"
  ],
  "_vignettes": [
    {
      "source": "ggplotify.Rmd",
      "filename": "ggplotify.html",
      "title": "Convert plot to grob and ggplot object",
      "author": "Guangchuang Yu School of Basic Medical Sciences, Southern Medical University",
      "engine": "knitr::rmarkdown",
      "headings": [
        "grid",
        "ggplot2",
        "Align plots"
      ],
      "created": "2018-04-24 09:29:29",
      "modified": "2019-08-21 16:14:58",
      "commits": 3
    }
  ],
  "_score": 13.802255255807198,
  "_indexed": true,
  "_nocasepkg": "ggplotify",
  "_universes": [
    "guangchuangyu"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-07-17T08:49:56.000Z",
      "distro": "resolute",
      "commit": "4a319f4f31c8dc880298592299bb853951b82d96",
      "fileid": "https://r2.ropensci.org/ab4c8f1b3c4beba4b4ee1391f39e35ca926c7967012a7402ba8e113157917e6f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/guangchuangyu/actions/runs/29567464867"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-07-17T08:50:02.000Z",
      "distro": "resolute",
      "commit": "4a319f4f31c8dc880298592299bb853951b82d96",
      "fileid": "https://r2.ropensci.org/cde78bbece828e54b833907d03d516b5765443e4d16126d3913eb02743b4a31b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/guangchuangyu/actions/runs/29567464867"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-07-17T08:49:18.000Z",
      "commit": "4a319f4f31c8dc880298592299bb853951b82d96",
      "fileid": "https://r2.ropensci.org/7e96d78f04d3c3900f6e331a992475f0bdf0a9269a8ccc8528eeddf6836938e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/guangchuangyu/actions/runs/29567464867"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-07-17T08:49:04.000Z",
      "commit": "4a319f4f31c8dc880298592299bb853951b82d96",
      "fileid": "https://r2.ropensci.org/74fa4d54ef1a7b34d7234955e9f060f93478865b252c1d38dc525e6b2d7f2b68",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/guangchuangyu/actions/runs/29567464867"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.3",
      "date": "2026-07-17T08:49:45.000Z",
      "commit": "4a319f4f31c8dc880298592299bb853951b82d96",
      "fileid": "https://r2.ropensci.org/26fb91db5a1dac26ca25a753bc57dd0a0d568be972098d0bd32778ac1f4a0506",
      "status": "success",
      "buildurl": "https://github.com/r-universe/guangchuangyu/actions/runs/29567464867"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-07-17T08:48:48.000Z",
      "commit": "4a319f4f31c8dc880298592299bb853951b82d96",
      "fileid": "https://r2.ropensci.org/cbdb9f9a9275a7b8680957809772f2acf2c91aaa37f6d6ec53f609aa03dad689",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/guangchuangyu/actions/runs/29567464867"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-07-17T08:48:52.000Z",
      "commit": "4a319f4f31c8dc880298592299bb853951b82d96",
      "fileid": "https://r2.ropensci.org/86d9bac36039fb2c68d9a952aec27d7d57aff58752ec8d04019d73240616b0f6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/guangchuangyu/actions/runs/29567464867"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-07-17T08:48:47.000Z",
      "commit": "4a319f4f31c8dc880298592299bb853951b82d96",
      "fileid": "https://r2.ropensci.org/c671af0b8c61583335f72fee6f2f5392924edf2fc5b40f487cf73a4f163d6644",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/guangchuangyu/actions/runs/29567464867"
    }
  ]
}