{
  "_id": "6a1043d0acfb0bcc41c9e03e",
  "Package": "fastqcr",
  "Type": "Package",
  "Title": "Quality Control of Sequencing Data",
  "Version": "0.1.3.999",
  "Date": "2023-02-18",
  "Authors@R": "c(\nperson(\"Alboukadel\", \"Kassambara\", role = c(\"aut\", \"cre\"), email = \"alboukadel.kassambara@gmail.com\")\n)",
  "Description": "'FASTQC' is the most widely used tool for evaluating the\nquality of high throughput sequencing data. It produces, for\neach sample, an html report and a compressed file containing\nthe raw data. If you have hundreds of samples, you are not\ngoing to open up each 'HTML' page. You need some way of looking\nat these data in aggregate. 'fastqcr' Provides helper functions\nto easily parse, aggregate and analyze 'FastQC' reports for\nlarge numbers of samples. It provides a convenient solution for\nbuilding a 'Multi-QC' report, as well as, a 'one-sample' report\nwith result interpretations.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "URL": "https://rpkgs.datanovia.com/fastqcr/index.html",
  "BugReports": "https://github.com/kassambara/fastqcr/issues",
  "RoxygenNote": "7.2.3",
  "Collate": "'utilities.R' 'fastqc.R' 'fastqc_install.R' 'qc_aggregate.R'\n'qc_plot.R' 'qc_plot_collection.R' 'qc_problems.R' 'qc_read.R'\n'qc_read_collection.R' 'qc_report.R' 'qc_unzip.R'",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libxml2-dev\nlibssl-dev libx11-dev",
  "Repository": "https://kassambara.r-universe.dev",
  "Date/Publication": "2023-02-18 14:25:27 UTC",
  "RemoteUrl": "https://github.com/kassambara/fastqcr",
  "RemoteRef": "HEAD",
  "RemoteSha": "e7b2fe7a616e6c10592240db0aff3551fb021786",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-11 06:48:26 UTC",
    "User": "root"
  },
  "Author": "Alboukadel Kassambara [aut, cre]",
  "Maintainer": "Alboukadel Kassambara <alboukadel.kassambara@gmail.com>",
  "MD5sum": "64bfb2a079610b4e684760223ce4112c",
  "_user": "kassambara",
  "_type": "src",
  "_file": "fastqcr_0.1.3.999.tar.gz",
  "_fileid": "0347e69bf0288327495b832068e2a1784e333a0fdc29b2c09ab6da9f10a2a477",
  "_filesize": 1619705,
  "_sha256": "0347e69bf0288327495b832068e2a1784e333a0fdc29b2c09ab6da9f10a2a477",
  "_created": "2026-05-11T06:48:26.000Z",
  "_published": "2026-05-22T11:53:52.981Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77374137357,
      "time": 148,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6911996638"
    },
    {
      "job": 77374137502,
      "time": 145,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6911995877"
    },
    {
      "job": 77374137276,
      "time": 150,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6912001659"
    },
    {
      "job": 77374136975,
      "time": 205,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6912012890"
    },
    {
      "job": 77374136984,
      "time": 247,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6911960008"
    },
    {
      "job": 77374136608,
      "time": 128,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7159842370"
    },
    {
      "job": 77374137237,
      "time": 225,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6912014954"
    },
    {
      "job": 77374137686,
      "time": 95,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6911983994"
    },
    {
      "job": 77374137305,
      "time": 92,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6911982952"
    }
  ],
  "_buildurl": "https://github.com/r-universe/kassambara/actions/runs/25654652629",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/kassambara/fastqcr",
  "_commit": {
    "id": "e7b2fe7a616e6c10592240db0aff3551fb021786",
    "author": "Alboukadel Kassambara <alboukadel.kassambara@gmail.com>",
    "committer": "Alboukadel Kassambara <alboukadel.kassambara@gmail.com>",
    "message": "New dev version\n",
    "time": 1676730327
  },
  "_maintainer": {
    "name": "Alboukadel Kassambara",
    "email": "alboukadel.kassambara@gmail.com",
    "login": "kassambara",
    "uuid": 3313355
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.2",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "gridExtra",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "readr",
      "version": ">= 1.3.0",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "version": ">= 1.4",
      "role": "Imports"
    },
    {
      "package": "rvest",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    }
  ],
  "_owner": "kassambara",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 77,
  "_contributors": [
    {
      "user": "kassambara",
      "count": 65,
      "uuid": 3313355
    },
    {
      "user": "jimhester",
      "count": 2,
      "uuid": 205275
    },
    {
      "user": "mahshaaban",
      "count": 2,
      "uuid": 16605756
    },
    {
      "user": "davisvaughan",
      "count": 1,
      "uuid": 19150088
    }
  ],
  "_userbio": {
    "uuid": 3313355,
    "type": "user",
    "name": "Alboukadel KASSAMBARA",
    "description": "PhD, Cancer Biology and Bioinformatics"
  },
  "_downloads": {
    "count": 574,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fastqcr"
  },
  "_devurl": "https://github.com/kassambara/fastqcr",
  "_searchresults": 207,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fastqcr.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/kassambara/fastqcr",
  "_realowner": "kassambara",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-04-11"
    },
    {
      "version": "0.1.1",
      "date": "2018-12-06"
    },
    {
      "version": "0.1.2",
      "date": "2019-01-03"
    },
    {
      "version": "0.1.3",
      "date": "2023-02-18"
    }
  ],
  "_exports": [
    "fastqc",
    "fastqc_install",
    "qc_aggregate",
    "qc_fails",
    "qc_plot",
    "qc_plot_collection",
    "qc_problems",
    "qc_read",
    "qc_read_collection",
    "qc_report",
    "qc_stats",
    "qc_unzip",
    "qc_warns"
  ],
  "_help": [
    {
      "page": "fastqc",
      "title": "Run FastQC Tool",
      "topics": [
        "fastqc"
      ]
    },
    {
      "page": "fastqc_install",
      "title": "Install FastQC Tool",
      "topics": [
        "fastqc_install"
      ]
    },
    {
      "page": "qc_aggregate",
      "title": "Aggregate FastQC Reports for Multiple Samples",
      "topics": [
        "qc_aggregate",
        "qc_stats",
        "summary.qc_aggregate"
      ]
    },
    {
      "page": "qc_problems",
      "title": "Inspect Problems in Aggregated FastQC Reports",
      "topics": [
        "qc_fails",
        "qc_problems",
        "qc_warns"
      ]
    },
    {
      "page": "qc_plot",
      "title": "Plot FastQC Results",
      "topics": [
        "print.qctable",
        "qc_plot"
      ]
    },
    {
      "page": "qc_plot_collection",
      "title": "Plot FastQC Results of multiple samples",
      "topics": [
        "qc_plot_collection"
      ]
    },
    {
      "page": "qc_read",
      "title": "Read FastQC Data",
      "topics": [
        "qc_read"
      ]
    },
    {
      "page": "qc_read_collection",
      "title": "Read a collection of FastQC data files",
      "topics": [
        "qc_read_collection"
      ]
    },
    {
      "page": "qc_report",
      "title": "Build a QC Report",
      "topics": [
        "qc_report"
      ]
    },
    {
      "page": "qc_unzip",
      "title": "Unzip Files in the FastQC Result Directory",
      "topics": [
        "qc_unzip"
      ]
    }
  ],
  "_readme": "https://github.com/kassambara/fastqcr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "bit",
    "bit64",
    "bslib",
    "cachem",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "curl",
    "digest",
    "dplyr",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "highr",
    "hms",
    "htmltools",
    "httr",
    "isoband",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "readr",
    "rlang",
    "rmarkdown",
    "rvest",
    "S7",
    "sass",
    "scales",
    "selectr",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "vroom",
    "withr",
    "xfun",
    "xml2",
    "yaml"
  ],
  "_score": 6.378552329685081,
  "_indexed": true,
  "_nocasepkg": "fastqcr",
  "_universes": [
    "kassambara"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3.999",
      "date": "2026-05-11T06:50:45.000Z",
      "distro": "noble",
      "commit": "e7b2fe7a616e6c10592240db0aff3551fb021786",
      "fileid": "299a6bfea3435d3263cedf320ab0cdfe1a00a56cc442abf001cb77efe9b17203",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kassambara/actions/runs/25654652629"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.3.999",
      "date": "2026-05-11T06:50:42.000Z",
      "distro": "noble",
      "commit": "e7b2fe7a616e6c10592240db0aff3551fb021786",
      "fileid": "6a54a7564db228e3cc12443abdb165961d02be78894e2358d5fc1b2c0b32a5bd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kassambara/actions/runs/25654652629"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3.999",
      "date": "2026-05-11T06:51:17.000Z",
      "commit": "e7b2fe7a616e6c10592240db0aff3551fb021786",
      "fileid": "bd4efa6e6bcd3fc2d762825ce4154ac1034cf925633696d79c7d8a1c8deb1add",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kassambara/actions/runs/25654652629"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.3.999",
      "date": "2026-05-11T06:51:46.000Z",
      "commit": "e7b2fe7a616e6c10592240db0aff3551fb021786",
      "fileid": "af6b22fcf6865655b32c2cfc6b2cbe933123507ae4528e76cb5a00fbaa79e633",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kassambara/actions/runs/25654652629"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.3.999",
      "date": "2026-05-11T06:51:45.000Z",
      "commit": "e7b2fe7a616e6c10592240db0aff3551fb021786",
      "fileid": "b641348107e21b38dbb763fb116b2bd4caa2bd356229753b0f14e32fca1632e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kassambara/actions/runs/25654652629"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.3.999",
      "date": "2026-05-11T06:49:49.000Z",
      "commit": "e7b2fe7a616e6c10592240db0aff3551fb021786",
      "fileid": "5353938d6a0af5035aed348bfb16987c0c06f2cd756426d302df6e5a5884580d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kassambara/actions/runs/25654652629"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.3.999",
      "date": "2026-05-11T06:49:41.000Z",
      "commit": "e7b2fe7a616e6c10592240db0aff3551fb021786",
      "fileid": "09ff135c458cc7fee16d0d0f0415048544640261511c7ce39ba8e4f00d903d1b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kassambara/actions/runs/25654652629"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.3.999",
      "date": "2026-05-22T11:53:37.000Z",
      "commit": "e7b2fe7a616e6c10592240db0aff3551fb021786",
      "fileid": "4eeedb115f32330deb6c251e94c1f65ae45b8a82571490d6127d8125cd463611",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kassambara/actions/runs/25654652629"
    }
  ]
}