{
  "_id": "6a104c5dacfb0bcc41ca0275",
  "Package": "ggragged",
  "Title": "Ragged Grids for 'ggplot2'",
  "Version": "0.2.0",
  "Authors@R": "person(\"Mikko\", \"Marttila\", , \"mikkmart@protonmail.com\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "Extend 'ggplot2' facets to panel layouts arranged in a\ngrid with ragged edges. facet_ragged_rows() groups panels into\nrows that can vary in length, facet_ragged_cols() does the same\nbut for columns. These can be useful, for example, to represent\nnested or partially crossed relationships between faceting\nvariables.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/mikmart/ggragged,\nhttps://mikmart.github.io/ggragged/",
  "BugReports": "https://github.com/mikmart/ggragged/issues",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Collate": "'facet_ragged.R' 'facet_ragged_rows.R' 'facet_ragged_cols.R'\n'ggragged-package.R' 'grid.R' 'gtable.R' 'layout.R'",
  "Repository": "https://mikmart.r-universe.dev",
  "Date/Publication": "2024-10-12 17:24:57 UTC",
  "RemoteUrl": "https://github.com/mikmart/ggragged",
  "RemoteRef": "HEAD",
  "RemoteSha": "cbffef3c440e47327adc4d1860ad24801084a816",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-10 07:28:46 UTC",
    "User": "root"
  },
  "Author": "Mikko Marttila [aut, cre, cph]",
  "Maintainer": "Mikko Marttila <mikkmart@protonmail.com>",
  "MD5sum": "16ca30b1c387c42358f70ada608887a7",
  "_user": "mikmart",
  "_type": "src",
  "_file": "ggragged_0.2.0.tar.gz",
  "_fileid": "a38128bdf0074f5ec95632be0f65e58859d4cf801c9c4c6be6d2ba327df57c5f",
  "_filesize": 761239,
  "_sha256": "a38128bdf0074f5ec95632be0f65e58859d4cf801c9c4c6be6d2ba327df57c5f",
  "_created": "2026-05-10T07:28:46.000Z",
  "_published": "2026-05-22T12:30:21.209Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77379612146,
      "time": 134,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6901971925"
    },
    {
      "job": 77379612674,
      "time": 128,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6901971211"
    },
    {
      "job": 77379612613,
      "time": 79,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6901966267"
    },
    {
      "job": 77379612126,
      "time": 120,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6901970581"
    },
    {
      "job": 77379612313,
      "time": 209,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6901958461"
    },
    {
      "job": 77379611732,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160500855"
    },
    {
      "job": 77379612062,
      "time": 87,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6901966995"
    },
    {
      "job": 77379612384,
      "time": 103,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6901968606"
    },
    {
      "job": 77379612095,
      "time": 87,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6901966991"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mikmart/actions/runs/25622862239",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mikmart/ggragged",
  "_commit": {
    "id": "cbffef3c440e47327adc4d1860ad24801084a816",
    "author": "Mikko Marttila <13412395+mikmart@users.noreply.github.com>",
    "committer": "Mikko Marttila <13412395+mikmart@users.noreply.github.com>",
    "message": "Add link to 0.2.0 blog post\n",
    "time": 1728753897
  },
  "_maintainer": {
    "name": "Mikko Marttila",
    "email": "mikkmart@protonmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "ggplot2",
      "role": "Depends"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "gtable",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "nlme",
      "role": "Suggests"
    },
    {
      "package": "ragg",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "vdiffr",
      "role": "Suggests"
    }
  ],
  "_owner": "mikmart",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 36,
  "_contributors": [
    {
      "user": "mikmart",
      "count": 85,
      "uuid": 13412395
    }
  ],
  "_userbio": {
    "uuid": 13412395,
    "type": "user",
    "name": "Mikko Marttila",
    "description": "Statistican at @Orion-Corporation."
  },
  "_downloads": {
    "count": 237,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ggragged"
  },
  "_devurl": "https://github.com/mikmart/ggragged",
  "_pkgdown": "https://mikmart.github.io/ggragged/",
  "_searchresults": 34,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ggragged.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mikmart/ggragged",
  "_realowner": "mikmart",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-04-20"
    },
    {
      "version": "0.2.0",
      "date": "2024-10-09"
    }
  ],
  "_exports": [
    "facet_ragged_cols",
    "facet_ragged_rows"
  ],
  "_help": [
    {
      "page": "facet_ragged",
      "title": "Lay out panels in a ragged grid",
      "topics": [
        "facet_ragged",
        "facet_ragged_cols",
        "facet_ragged_rows"
      ]
    }
  ],
  "_pkglogo": "https://github.com/mikmart/ggragged/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/mikmart/ggragged/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "ggragged.Rmd",
      "filename": "ggragged.html",
      "title": "Ragged grids for ggplot2",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Example: Imbalanced rows",
        "Example: Balanced columns"
      ],
      "created": "2023-04-22 14:59:11",
      "modified": "2023-04-24 19:50:04",
      "commits": 2
    }
  ],
  "_score": 5.786751422145561,
  "_indexed": true,
  "_nocasepkg": "ggragged",
  "_universes": [
    "mikmart"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-10T07:30:56.000Z",
      "distro": "noble",
      "commit": "cbffef3c440e47327adc4d1860ad24801084a816",
      "fileid": "c4bf2307e96d4b8014b759c06201efac3487d1554a14fc9781e13d16c08f83a5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mikmart/actions/runs/25622862239"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-10T07:30:50.000Z",
      "distro": "noble",
      "commit": "cbffef3c440e47327adc4d1860ad24801084a816",
      "fileid": "79f69e63ad2d0dd66d53256bf07b552be448b4697e4d7a5e47dc1fe4a19aba6d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mikmart/actions/runs/25622862239"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-10T07:30:11.000Z",
      "commit": "cbffef3c440e47327adc4d1860ad24801084a816",
      "fileid": "ea1bb22bc41cdb920a5bc37043551e129410044ababef4d644eb4f802b1afe4e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mikmart/actions/runs/25622862239"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-10T07:30:46.000Z",
      "commit": "cbffef3c440e47327adc4d1860ad24801084a816",
      "fileid": "93b7050b2850a68d8bb20e5dc9be5c58c46120bdd2870af2942548770043f122",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mikmart/actions/runs/25622862239"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-10T07:30:03.000Z",
      "commit": "cbffef3c440e47327adc4d1860ad24801084a816",
      "fileid": "55bd2e405a9b69c9700e3c559cc230b639ae003099d4e2e291002de2cf9c479c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mikmart/actions/runs/25622862239"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-10T07:30:17.000Z",
      "commit": "cbffef3c440e47327adc4d1860ad24801084a816",
      "fileid": "9bc222f906cbfeeaf3fdf955945ea3da19884d1b4a8de83a72c623d095cd71f6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mikmart/actions/runs/25622862239"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-10T07:30:04.000Z",
      "commit": "cbffef3c440e47327adc4d1860ad24801084a816",
      "fileid": "32e9e0e95b090ff3e5c89e197ebc93c7543f501eec3b7e51d2755175b9625117",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mikmart/actions/runs/25622862239"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-05-22T12:30:04.000Z",
      "commit": "cbffef3c440e47327adc4d1860ad24801084a816",
      "fileid": "af644ad8773e144b36de763b0c88ca7af1ee95c78dc42b29960c78cff4d02027",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mikmart/actions/runs/25622862239"
    }
  ]
}