From 1fa65b1cbce8a1ab78a2b53292a7f62d70063aeb Mon Sep 17 00:00:00 2001 From: Stefano Mangiola Date: Thu, 18 Jul 2024 15:14:51 +0930 Subject: [PATCH] fix dependency --- DESCRIPTION | 2 +- NAMESPACE | 1 + R/methods.R | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 639fcfc..9bb69d4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -69,6 +69,6 @@ biocViews: AssayDomain, Infrastructure, RNASeq, DifferentialExpression, SingleCell, GeneExpression, Normalization, Clustering, QualityControl, Sequencing Encoding: UTF-8 -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.2 URL: https://github.com/stemangiola/tidySingleCellExperiment BugReports: https://github.com/stemangiola/tidySingleCellExperiment/issues diff --git a/NAMESPACE b/NAMESPACE index 45635a7..8ac443c 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -146,6 +146,7 @@ importFrom(tibble,rowid_to_column) importFrom(tidyr,extract) importFrom(tidyr,nest) importFrom(tidyr,pivot_longer) +importFrom(tidyr,pivot_wider) importFrom(tidyr,separate) importFrom(tidyr,spread) importFrom(tidyr,unite) diff --git a/R/methods.R b/R/methods.R index 6bcb3d0..9b09dce 100755 --- a/R/methods.R +++ b/R/methods.R @@ -139,6 +139,7 @@ tidy.SingleCellExperiment <- function(object) { #' @importFrom S4Vectors split #' @importFrom stringr str_remove #' @importFrom dplyr group_split +#' @importFrom tidyr pivot_wider #' #' #' @export