Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Jul 18, 2024
1 parent 85903b0 commit 1fa65b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions R/methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ tidy.SingleCellExperiment <- function(object) {
#' @importFrom S4Vectors split
#' @importFrom stringr str_remove
#' @importFrom dplyr group_split
#' @importFrom tidyr pivot_wider
#'
#'
#' @export
Expand Down

0 comments on commit 1fa65b1

Please sign in to comment.