Skip to content

Commit

Permalink
qs dependency added
Browse files Browse the repository at this point in the history
On #64
  • Loading branch information
vertesy committed Nov 24, 2023
1 parent 58932a6 commit e674c1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cff-version: 1.2.0
title: vertesy/Seurat.utils
version: v2.0.8
version: v2.0.9
message: >-
If you use this software, please cite it using these metadata.
type: software
Expand Down
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Seurat.utils
Title: Seurat.utils - utility functions for Seurat
Version: 2.0.8
Version: 2.0.9
Authors@R:
person("Abel", "Vertesy", , "[email protected]", role = c("aut", "cre"))
Author: Abel Vertesy <[email protected]> [aut, cre]
Expand Down Expand Up @@ -34,6 +34,7 @@ Imports:
matrixStats,
pheatmap,
princurve,
qs,
R.utils,
readr,
ReadWriter,
Expand All @@ -51,6 +52,6 @@ Suggests:
princurve,
SoupX
Encoding: UTF-8
Packaged: 2023-11-24 00:16:34.118168
Packaged: 2023-11-24 08:10:21.627534
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
4 changes: 2 additions & 2 deletions Development/Create_the_Seurat.utils_Package.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ try(dev.off(), silent = TRUE)

# Setup ------------------------
package.name <- "Seurat.utils"
package.version <- "2.0.8"
package.version <- "2.0.9"
setwd("~/GitHub/Packages/")

RepositoryDir <- paste0("~/GitHub/Packages/", package.name, "/")
Expand All @@ -44,7 +44,7 @@ DESCRIPTION <- list("Title" = "Seurat.utils - utility functions for Seurat"
, "Imports" = "cowplot, dplyr, ggcorrplot, ggpubr, ggrepel, graphics, grDevices, HGNChelper,
htmlwidgets, MarkdownHelpers, MarkdownReports, Matrix, matrixStats, princurve, ReadWriter, pheatmap,
R.utils, readr, reshape2, scales, Seurat, SoupX, sparseMatrixStats, stringr, tibble, tictoc,
vroom, job"
vroom, job, qs"
, "Suggests" = "SoupX, princurve, EnhancedVolcano"
, "BugReports"= "https://github.com/vertesy/Seurat.utils/issues"
)
Expand Down

0 comments on commit e674c1b

Please sign in to comment.