{
  "_id": "6a4788bf6527f6f71fa0d168",
  "Package": "ggblend",
  "Title": "Blending and Compositing Algebra for 'ggplot2'",
  "Version": "0.1.2",
  "Date": "2025-10-03",
  "Authors@R": "person(\"Matthew\", \"Kay\", , \"mjskay@northwestern.edu\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0001-9446-0419\"))",
  "Description": "Algebra of operations for blending, copying, adjusting,\nand compositing layers in 'ggplot2'. Supports copying and\nadjusting the aesthetics or parameters of an existing layer,\npartitioning a layer into multiple pieces for re-composition,\napplying affine transformations to layers, and combining layers\n(or partitions of layers) using blend modes (including\ncommutative blend modes, like multiply and darken). Blend mode\nsupport is particularly useful for creating plots with\noverlapping groups where the layer drawing order does not\nchange the output; see Kindlmann and Scheidegger (2014)\n<doi:10.1109/TVCG.2014.2346325>.",
  "License": "MIT + file LICENSE",
  "Language": "en-US",
  "Config/testthat/edition": "3",
  "BugReports": "https://github.com/mjskay/ggblend/issues",
  "URL": "https://mjskay.github.io/ggblend/,\nhttps://github.com/mjskay/ggblend",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Repository": "https://mjskay.r-universe.dev",
  "Date/Publication": "2025-10-04 17:30:45 UTC",
  "RemoteUrl": "https://github.com/mjskay/ggblend",
  "RemoteRef": "HEAD",
  "RemoteSha": "cada16eb0221b6b42d760f833ffa137d6c954a29",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-03 09:58:47 UTC",
    "User": "root"
  },
  "Author": "Matthew Kay [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0001-9446-0419>)",
  "Maintainer": "Matthew Kay <mjskay@northwestern.edu>",
  "_user": "mjskay",
  "_type": "src",
  "_file": "ggblend_0.1.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/60515a78d21709fdcc207ab29b474ea68446fe707b2093decb60d9710f966cca",
  "_filesize": 4970178,
  "_sha256": "60515a78d21709fdcc207ab29b474ea68446fe707b2093decb60d9710f966cca",
  "_expires": "2026-10-11T10:02:38.000Z",
  "_created": "2026-07-03T09:58:47.000Z",
  "_published": "2026-07-03T10:02:39.496Z",
  "_jobs": [
    {
      "job": 84975835133,
      "time": 138,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8063560917"
    },
    {
      "job": 84975835111,
      "time": 154,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8063566986"
    },
    {
      "job": 84975835114,
      "time": 101,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8063562962"
    },
    {
      "job": 84975835110,
      "time": 159,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8063580910"
    },
    {
      "job": 84975391015,
      "time": 158,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8063511016"
    },
    {
      "job": 84975835138,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8063548230"
    },
    {
      "job": 84975835150,
      "time": 92,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8063543590"
    },
    {
      "job": 84975835152,
      "time": 92,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8063543508"
    },
    {
      "job": 84975835153,
      "time": 98,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8063545575"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mjskay/actions/runs/28653012691",
  "_status": "success",
  "_upstream": "https://github.com/mjskay/ggblend",
  "_commit": {
    "id": "cada16eb0221b6b42d760f833ffa137d6c954a29",
    "author": "Matthew Kay <matthew.kay@gmail.com>",
    "committer": "Matthew Kay <matthew.kay@gmail.com>",
    "message": "add revdep to .Rbuildignore\n",
    "time": 1759599045
  },
  "_maintainer": {
    "name": "Matthew Kay",
    "email": "mjskay@northwestern.edu",
    "login": "mjskay",
    "mastodon": "@mjskay@fediscience.org",
    "bluesky": "@mjskay.com",
    "description": "Associate Professor at Northwestern; works on human-computer interaction, information visualization, communicating uncertainty",
    "uuid": 6345019,
    "orcid": "0000-0001-9446-0419"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.4.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "fontquiver",
      "role": "Suggests"
    },
    {
      "package": "showtext",
      "role": "Suggests"
    },
    {
      "package": "sysfonts",
      "role": "Suggests"
    },
    {
      "package": "ggnewscale",
      "role": "Suggests"
    },
    {
      "package": "scales",
      "role": "Suggests"
    }
  ],
  "_owner": "mjskay",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-40",
      "n": 7
    }
  ],
  "_tags": [
    {
      "name": "v0.1.2",
      "date": "2025-10-04"
    }
  ],
  "_stars": 205,
  "_contributors": [
    {
      "user": "mjskay",
      "count": 83,
      "uuid": 6345019
    },
    {
      "user": "teunbrand",
      "count": 1,
      "uuid": 49372158
    }
  ],
  "_userbio": {
    "uuid": 6345019,
    "type": "user",
    "name": "Matthew Kay",
    "followers": 467,
    "description": "Associate Professor at Northwestern; works on human-computer interaction, information visualization, communicating uncertainty"
  },
  "_downloads": {
    "count": 421,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ggblend"
  },
  "_devurl": "https://github.com/mjskay/ggblend",
  "_pkgdown": "https://mjskay.github.io/ggblend/",
  "_searchresults": 131,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ggblend.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mjskay/ggblend",
  "_realowner": "mjskay",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-05-22"
    },
    {
      "version": "0.1.2",
      "date": "2025-10-05"
    }
  ],
  "_exports": [
    "adjust",
    "affine_transform",
    "as_layer_like",
    "as_layer_list",
    "blend",
    "copy_over",
    "copy_under",
    "format",
    "is_layer_like",
    "layer_list",
    "nop",
    "partition",
    "show"
  ],
  "_help": [
    {
      "page": "ggblend-package",
      "title": "Blending and compositing for ggplot2",
      "topics": [
        "ggblend-package",
        "ggblend"
      ]
    },
    {
      "page": "adjust",
      "title": "Adjust layer params and aesthetics (Layer operation)",
      "concept": [
        "layer operations"
      ],
      "topics": [
        "adjust",
        "adjust-class"
      ]
    },
    {
      "page": "affine_transform",
      "title": "Translate, scale, and rotate ggplot2 layers (Layer operation)",
      "concept": [
        "layer operations"
      ],
      "topics": [
        "affine_transform",
        "affine_transform-class"
      ]
    },
    {
      "page": "blend",
      "title": "Blend ggplot2 layers (Layer operation)",
      "concept": [
        "layer operations"
      ],
      "topics": [
        "blend",
        "blend-class"
      ]
    },
    {
      "page": "copy",
      "title": "Copy layers then adjust params and aesthetics (Layer operation)",
      "concept": [
        "layer operations"
      ],
      "topics": [
        "copy",
        "copy_over",
        "copy_under"
      ]
    },
    {
      "page": "layer_list",
      "title": "Lists of layer-like objects",
      "topics": [
        "+,layer_list,layer_list-method",
        "as_layer_list",
        "as_layer_list.LayerInstance",
        "as_layer_list.layer_list",
        "as_layer_list.list",
        "layer_list",
        "layer_list-class",
        "show,layer_list-method"
      ]
    },
    {
      "page": "layer-like",
      "title": "ggplot2 layer-like objects",
      "topics": [
        "as_layer_like",
        "as_layer_like.default",
        "as_layer_like.LayerInstance",
        "as_layer_like.layer_list",
        "as_layer_like.list",
        "is_layer_like",
        "layer",
        "layer-like"
      ]
    },
    {
      "page": "nop",
      "title": "Identity (\"no-op\") transformation (Layer operation)",
      "concept": [
        "layer operations"
      ],
      "topics": [
        "nop",
        "nop-class"
      ]
    },
    {
      "page": "operation_composition",
      "title": "Layer operation composition",
      "topics": [
        "operation_composition",
        "operation_composition-class"
      ]
    },
    {
      "page": "operation_product",
      "title": "Layer operation products",
      "topics": [
        "*,adjust,adjust-method",
        "*,ANY,operation-method",
        "*,nop,nop-method",
        "*,nop,operation-method",
        "*,nop,operation_sum-method",
        "*,numeric,operation-method",
        "*,operation,ANY-method",
        "*,operation,nop-method",
        "*,operation,numeric-method",
        "*,operation,operation-method",
        "*,operation,operation_sum-method",
        "*,operation_sum,nop-method",
        "*,operation_sum,operation-method",
        "*,operation_sum,operation_sum-method",
        "operation_product",
        "operation_product-class",
        "prod,operation-method"
      ]
    },
    {
      "page": "operation_sum",
      "title": "Layer operation sums",
      "topics": [
        "+,numeric,operation-method",
        "+,operation,numeric-method",
        "+,operation,operation-method",
        "format,operation_sum-method",
        "operation_sum",
        "operation_sum-class",
        "sum,operation-method"
      ]
    },
    {
      "page": "operation-class",
      "title": "Layer operations",
      "topics": [
        "format,adjust-method",
        "format,affine_transform-method",
        "format,blend-method",
        "format,nop-method",
        "format,operation-method",
        "format,operation_composition-method",
        "format,operation_product-method",
        "operation",
        "operation-class",
        "show,operation-method"
      ]
    },
    {
      "page": "partition",
      "title": "Partition a layer into subgroups (Layer operation)",
      "concept": [
        "layer operations"
      ],
      "topics": [
        "partition"
      ]
    }
  ],
  "_pkglogo": "https://github.com/mjskay/ggblend/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/mjskay/ggblend/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 6.127995161047537,
  "_indexed": true,
  "_nocasepkg": "ggblend",
  "_universes": [
    "mjskay"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-03T10:00:52.000Z",
      "distro": "resolute",
      "commit": "cada16eb0221b6b42d760f833ffa137d6c954a29",
      "fileid": "https://r2.ropensci.org/128eeac243cd0e9c43e67ab7c52889e49367cf705e50452c1070bf064f8d1ad0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjskay/actions/runs/28653012691"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-03T10:01:02.000Z",
      "distro": "resolute",
      "commit": "cada16eb0221b6b42d760f833ffa137d6c954a29",
      "fileid": "https://r2.ropensci.org/d883e02ed5376250302f0c3e32637a0e22b0a6669d9e6fc7cc2c311185de7714",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjskay/actions/runs/28653012691"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-03T10:01:02.000Z",
      "commit": "cada16eb0221b6b42d760f833ffa137d6c954a29",
      "fileid": "https://r2.ropensci.org/d123f01597e816e1c06e06e2280fc8b0dd63033cf98c0081cd2532fae0a5a0fc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjskay/actions/runs/28653012691"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-03T10:01:39.000Z",
      "commit": "cada16eb0221b6b42d760f833ffa137d6c954a29",
      "fileid": "https://r2.ropensci.org/9ce17025ae3811d375e784f451f3e57197fdd07fdc221420b1900b0f1b75028b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjskay/actions/runs/28653012691"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-07-03T10:00:49.000Z",
      "commit": "cada16eb0221b6b42d760f833ffa137d6c954a29",
      "fileid": "https://r2.ropensci.org/b580b56d4448a8cbb723f9430f0bd8acd57db643f831d0b2f2818abe88396360",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mjskay/actions/runs/28653012691"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-03T09:59:58.000Z",
      "commit": "cada16eb0221b6b42d760f833ffa137d6c954a29",
      "fileid": "https://r2.ropensci.org/cd1e8343a428bc9b106b5b410ae8980d3625bbc01a0ccfcdab54b41d14f916d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjskay/actions/runs/28653012691"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-03T09:59:56.000Z",
      "commit": "cada16eb0221b6b42d760f833ffa137d6c954a29",
      "fileid": "https://r2.ropensci.org/4325e6c844a99694d0024a6d220f658dc84a5c95d35702c24fc6649a5c3d4c9d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjskay/actions/runs/28653012691"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-03T10:00:02.000Z",
      "commit": "cada16eb0221b6b42d760f833ffa137d6c954a29",
      "fileid": "https://r2.ropensci.org/54e27c96c5e080492102ec95233d8a48bdd734d7ff49d31cc237e914fa0fe67f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjskay/actions/runs/28653012691"
    }
  ]
}