Skip to content

Commit 8393c66

Browse files
committed
CRAN notes
1 parent 6aeb913 commit 8393c66

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CRAN-RELEASE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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).

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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

R/multiqc.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
#' @name TidyMultiqc-package
1111
NULL
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

0 commit comments

Comments
 (0)