{
  "_id": "6a1148b7acfb0bcc41ce81cd",
  "Package": "TidyMultiqc",
  "Type": "Package",
  "Title": "Converts 'MultiQC' Reports into Tidy Data Frames",
  "Version": "1.0.3",
  "Author": "Michael Milton",
  "Maintainer": "Michael Milton <michael.r.milton@gmail.com>",
  "Description": "Provides the means to convert 'multiqc_data.json' files,\nproduced by the wonderful 'MultiQC' tool, into tidy data frames\nfor downstream analysis in R. This analysis might involve\ncohort analysis, quality control visualisation, change-point\ndetection, statistical process control, clustering, or any\nother type of quality analysis.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "Config/testthat/edition": "3",
  "RoxygenNote": "7.1.2",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "knitr",
  "URL": "https://multimeric.github.io/TidyMultiqc/,\nhttps://github.com/multimeric/TidyMultiqc,\nhttps://cran.r-project.org/package=TidyMultiqc",
  "BugReports": "https://github.com/multimeric/TidyMultiqc/issues",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://multimeric.r-universe.dev",
  "Date/Publication": "2022-09-25 01:17:21 UTC",
  "RemoteUrl": "https://github.com/multimeric/tidymultiqc",
  "RemoteRef": "HEAD",
  "RemoteSha": "035fcab407c5e8e9a2a64b46630ccf130e190783",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-23 06:23:58 UTC",
    "User": "root"
  },
  "MD5sum": "c7e1006fb9b1c6ae5bb46a0d37570631",
  "_user": "multimeric",
  "_type": "src",
  "_file": "TidyMultiqc_1.0.3.tar.gz",
  "_fileid": "2e0d0ce12e3b4c4717328ccde1c7c07f25a9f8243635fdc40fbca1572fac338e",
  "_filesize": 301341,
  "_sha256": "2e0d0ce12e3b4c4717328ccde1c7c07f25a9f8243635fdc40fbca1572fac338e",
  "_created": "2026-05-23T06:23:58.000Z",
  "_published": "2026-05-23T06:27:03.505Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77502964464,
      "time": 133,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7174915227"
    },
    {
      "job": 77502964457,
      "time": 137,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174915623"
    },
    {
      "job": 77502964449,
      "time": 152,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7174915045"
    },
    {
      "job": 77502964447,
      "time": 115,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174911460"
    },
    {
      "job": 77502764389,
      "time": 211,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174901255"
    },
    {
      "job": 77502964442,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174911947"
    },
    {
      "job": 77502964452,
      "time": 73,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7174908918"
    },
    {
      "job": 77502964459,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7174909082"
    },
    {
      "job": 77502964451,
      "time": 75,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174909203"
    }
  ],
  "_buildurl": "https://github.com/r-universe/multimeric/actions/runs/26325622894",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/multimeric/tidymultiqc",
  "_commit": {
    "id": "035fcab407c5e8e9a2a64b46630ccf130e190783",
    "author": "Michael Milton <michael.r.milton@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #10 from multimeric/raw-salmon\n\nFixes for list fields in the raw data",
    "time": 1664068641
  },
  "_maintainer": {
    "name": "Michael Milton",
    "email": "michael.r.milton@gmail.com",
    "login": "multimeric",
    "description": "",
    "uuid": 5019367
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "assertthat",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "HistDat",
      "role": "Suggests"
    }
  ],
  "_owner": "multimeric",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "bioinformatics"
  ],
  "_stars": 19,
  "_contributors": [
    {
      "user": "multimeric",
      "count": 48,
      "uuid": 5019367
    }
  ],
  "_userbio": {
    "uuid": 5019367,
    "type": "user",
    "name": "Michael"
  },
  "_downloads": {
    "count": 243,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/TidyMultiqc"
  },
  "_devurl": "https://github.com/multimeric/tidymultiqc",
  "_pkgdown": "https://multimeric.github.io/TidyMultiqc/",
  "_searchresults": 31,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/TidyMultiqc.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/multimeric/tidymultiqc",
  "_realowner": "multimeric",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-04-09"
    },
    {
      "version": "1.0.0",
      "date": "2021-11-27"
    },
    {
      "version": "1.0.2",
      "date": "2022-02-10"
    },
    {
      "version": "1.0.3",
      "date": "2022-09-25"
    }
  ],
  "_exports": [
    "list_plots",
    "load_multiqc"
  ],
  "_help": [
    {
      "page": "TidyMultiqc-package",
      "title": "TidyMultiqc: Converting MultiQC reports into tidy data frames",
      "topics": [
        "TidyMultiqc-package"
      ]
    },
    {
      "page": "list_plots",
      "title": "List the plot identifiers of all the plots in a given multiqc report",
      "topics": [
        "list_plots"
      ]
    },
    {
      "page": "load_multiqc",
      "title": "Loads one or more MultiQC reports into a data frame",
      "topics": [
        "load_multiqc"
      ]
    }
  ],
  "_readme": "https://github.com/multimeric/tidymultiqc/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat",
    "cli",
    "dplyr",
    "generics",
    "glue",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "TidyMultiqc.Rmd",
      "filename": "TidyMultiqc.html",
      "title": "TidyMultiqc",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Test Data",
        "Setup",
        "Basic Usage",
        "Uses",
        "Plotting",
        "Hypothesis Testing",
        "Extracting Metadata",
        "From the File Name",
        "From the File Path",
        "From MultiQC Configuration",
        "Extracting Plot Data",
        "Motivation",
        "Listing Plots",
        "Loading Plots",
        "Converting Plot Data",
        "Unnesting",
        "Mapping with Purrr",
        "Properly Handling Histogram Data",
        "Custom Plot Parsers"
      ],
      "created": "2021-04-07 12:09:09",
      "modified": "2022-07-21 00:33:39",
      "commits": 8
    }
  ],
  "_score": 5.469085299123121,
  "_indexed": true,
  "_nocasepkg": "tidymultiqc",
  "_universes": [
    "multimeric"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-05-23T06:26:08.000Z",
      "distro": "noble",
      "commit": "035fcab407c5e8e9a2a64b46630ccf130e190783",
      "fileid": "722473ce12ce3cb0c7ce57e4f57c8e3f7483c51ecbacfb3d6563f548aaa4f535",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/multimeric/actions/runs/26325622894"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-05-23T06:26:17.000Z",
      "distro": "noble",
      "commit": "035fcab407c5e8e9a2a64b46630ccf130e190783",
      "fileid": "8c9e12a48c612779374187830589655dc670b53ddc633299ea499e05ab4366f3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/multimeric/actions/runs/26325622894"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-05-23T06:26:13.000Z",
      "commit": "035fcab407c5e8e9a2a64b46630ccf130e190783",
      "fileid": "b58bfc30cfe52aa64109e07821738f8b96b9502b5184bfc9868d1e76686e4220",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/multimeric/actions/runs/26325622894"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-05-23T06:25:40.000Z",
      "commit": "035fcab407c5e8e9a2a64b46630ccf130e190783",
      "fileid": "c75d52cd3c51df0a8c3940bc13a5b1f0cf3aef7b09597ac4b098fd1894af3cf5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/multimeric/actions/runs/26325622894"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.3",
      "date": "2026-05-23T06:25:54.000Z",
      "commit": "035fcab407c5e8e9a2a64b46630ccf130e190783",
      "fileid": "cbdb65e38dda0e155a02c905e1b5b16a9c8f59ac7510e3cbacfcdcb14dba1910",
      "status": "success",
      "buildurl": "https://github.com/r-universe/multimeric/actions/runs/26325622894"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-23T06:25:05.000Z",
      "commit": "035fcab407c5e8e9a2a64b46630ccf130e190783",
      "fileid": "cb5d1f0904ea340e6dc50586eedae88f7e5f251de7d09c5fcd3c8b8802c55d78",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/multimeric/actions/runs/26325622894"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-23T06:25:07.000Z",
      "commit": "035fcab407c5e8e9a2a64b46630ccf130e190783",
      "fileid": "8225685166d9c4d9aec0b56b18ac382c40b338831902abe6a5fea3ded4135891",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/multimeric/actions/runs/26325622894"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-23T06:25:07.000Z",
      "commit": "035fcab407c5e8e9a2a64b46630ccf130e190783",
      "fileid": "420d043411651bce8a394efe47fd27ea39707f245b3fc40246abe92f419dd704",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/multimeric/actions/runs/26325622894"
    }
  ]
}