Skip to content

Commit

Permalink
import reshape2::melt
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed May 8, 2024
1 parent c81725b commit baa1b74
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: QFeatures
Title: Quantitative features for mass spectrometry data
Version: 1.15.0
Version: 1.15.1
Authors@R: c(person("Laurent", "Gatto",
email = "laurent.gatto@uclouvain.be",
comment = c(ORCID = "0000-0002-1520-2268"),
Expand Down Expand Up @@ -33,7 +33,8 @@ Imports:
grDevices,
plotly,
tidyr,
tidyselect
tidyselect,
reshape2
Suggests:
SingleCellExperiment,
MsDataHub (>= 1.3.3),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,validObject)
importFrom(reshape2,melt)
importFrom(stats,heatmap)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# QFeatures 1.15

## QFeatures 1.15.1

- Import `reshape2::melt`, required for
`MultiAssayExperiment::longFormat()`.

## QFeatures 1.15.0

- New Bioc devel
Expand Down
1 change: 1 addition & 0 deletions R/QFeatures-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,7 @@ setReplaceMethod("names", c("QFeatures", "character"),
##' (default `1L`)
##'
##' @importFrom MultiAssayExperiment longFormat
##' @importFrom reshape2 melt
##'
##' @export
longFormat <- function(object,
Expand Down

0 comments on commit baa1b74

Please # to comment.