diff --git a/DESCRIPTION b/DESCRIPTION index 0985eb1..e6a5ffd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: massqc Type: Package Title: Quality assessment of LC-MS based metabolomics data -Version: 1.0.6 -Date: 2023-04-22 +Version: 1.0.7 +Date: 2023-09-05 Authors@R: c( person("Xiaotao", "Shen", , "shenxt1990@163.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9608-9964") @@ -36,7 +36,7 @@ Imports: methods License: GPL-2 | file LICENSE URL: https://github.com/tidymass/massqc -RoxygenNote: 7.2.1 +RoxygenNote: 7.2.3 Suggests: knitr, rmarkdown, diff --git a/NEWS.md b/NEWS.md index cd4de57..1a68474 100644 --- a/NEWS.md +++ b/NEWS.md @@ -21,3 +21,7 @@ # massqc 1.0.5 * Fixed bugs. + +# massqc 1.0.7 + +* Fixed bugs. diff --git a/R/massqc_report.R b/R/massqc_report.R index d85bb43..d145257 100644 --- a/R/massqc_report.R +++ b/R/massqc_report.R @@ -116,7 +116,8 @@ massqc_report <- show_row_names = ifelse(nrow(object) < 20, TRUE, FALSE), show_column_names = ifelse(ncol(object) < 20, TRUE, FALSE), - percentage = TRUE + percentage = TRUE, + return_as_ggplot = TRUE ) ggplot2::ggsave(