File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- This package was submitted to CRAN on 2021-04-09 .
2- Once it is accepted, delete this file and tag the release (commit c6921b1 ).
1+ This package was submitted to CRAN on 2021-11-27 .
2+ Once it is accepted, delete this file and tag the release (commit 6aeb913 ).
Original file line number Diff line number Diff line change 1111* Added ` list_plots() ` utility function for listing the available plots [[ #2 ]] ( https://github.com/multimeric/TidyMultiqc/issues/2 ) .
1212* Added ` plot_parsers ` argument to ` load_multiqc ` which allows for custom parsers for diverse plot types in MultiQC.
1313* Added ` plots ` argument to ` load_multiqc ` , which is a vector of plot identifiers to parse.
14- * Created a pkgdown website, which is available at < https://multimeric.github.io/TidyMultiqc > .
14+ * Created a pkgdown website, which is available at < https://multimeric.github.io/TidyMultiqc/ > .
1515* Added documentation for the plot parsers, which explains the format of the nested data frame produced for each plot type.
1616* Added GitHub repository and issue tracker to package metadata [[ #3 ]] ( https://github.com/multimeric/TidyMultiqc/issues/3 ) .
1717
Original file line number Diff line number Diff line change 1010# ' @name TidyMultiqc-package
1111NULL
1212
13+ # Make R CMD Check hush
14+ utils :: globalVariables(c(" ." , " metadata.sample_id" ))
15+
1316# ' Parses the "general_stats_data" section
1417# ' @param parsed The full parsed multiqc JSON file
1518# ' @return A list of samples, each of which has a list of metricsx
You can’t perform that action at this time.
0 commit comments