Skip to content

Commit

Permalink
CRAN notes
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Nov 27, 2021
1 parent 6aeb913 commit 8393c66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2021-04-09.
Once it is accepted, delete this file and tag the release (commit c6921b1).
This package was submitted to CRAN on 2021-11-27.
Once it is accepted, delete this file and tag the release (commit 6aeb913).
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Added `list_plots()` utility function for listing the available plots [[#2]](https://github.com/multimeric/TidyMultiqc/issues/2).
* Added `plot_parsers` argument to `load_multiqc` which allows for custom parsers for diverse plot types in MultiQC.
* Added `plots` argument to `load_multiqc`, which is a vector of plot identifiers to parse.
* Created a pkgdown website, which is available at <https://multimeric.github.io/TidyMultiqc>.
* Created a pkgdown website, which is available at <https://multimeric.github.io/TidyMultiqc/>.
* Added documentation for the plot parsers, which explains the format of the nested data frame produced for each plot type.
* Added GitHub repository and issue tracker to package metadata [[#3]](https://github.com/multimeric/TidyMultiqc/issues/3).

Expand Down
3 changes: 3 additions & 0 deletions R/multiqc.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
#' @name TidyMultiqc-package
NULL

# Make R CMD Check hush
utils::globalVariables(c(".", "metadata.sample_id"))

#' Parses the "general_stats_data" section
#' @param parsed The full parsed multiqc JSON file
#' @return A list of samples, each of which has a list of metricsx
Expand Down

0 comments on commit 8393c66

Please sign in to comment.