-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
35 lines (35 loc) · 1.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: TidyMultiqc
Type: Package
Title: Converts 'MultiQC' Reports into Tidy Data Frames
Version: 1.0.3
Author: Michael Milton
Maintainer: Michael Milton <[email protected]>
Description: Provides the means to convert 'multiqc_data.json' files,
produced by the wonderful 'MultiQC' tool, into tidy data frames for downstream
analysis in R. This analysis might involve cohort analysis, quality control visualisation,
change-point detection, statistical process control, clustering, or any other
type of quality analysis.
License: GPL (>= 3)
Encoding: UTF-8
Imports:
assertthat,
dplyr,
jsonlite,
magrittr,
purrr,
rlang,
stringr,
tibble
Suggests:
tidyr,
testthat (>= 3.0.0),
knitr,
rmarkdown,
ggplot2,
HistDat
Config/testthat/edition: 3
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
URL: https://multimeric.github.io/TidyMultiqc/, https://github.com/multimeric/TidyMultiqc, https://cran.r-project.org/package=TidyMultiqc
BugReports: https://github.com/multimeric/TidyMultiqc/issues