Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspershen committed Sep 5, 2023
1 parent 4bc57d1 commit 259bde0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9608-9964")
Expand Down Expand Up @@ -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,
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@
# massqc 1.0.5

* Fixed bugs.

# massqc 1.0.7

* Fixed bugs.
3 changes: 2 additions & 1 deletion R/massqc_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 259bde0

Please sign in to comment.