Skip to content

Commit

Permalink
bf
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Nov 27, 2023
1 parent cdcca49 commit 6b1fdde
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Imports:
reshape2,
rstudioapi,
scales,
Seurat,
SoupX,
sparseMatrixStats,
stringr,
Expand All @@ -54,6 +53,6 @@ Imports:
tidyverse,
vroom
Encoding: UTF-8
Packaged: 2023-11-27 18:43:37.011751
Packaged: 2023-11-27 19:20:57.386686
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
3 changes: 3 additions & 0 deletions Development/Create_the_Seurat.utils_Package.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ devtools::install_local(repository.dir, upgrade = F)
# Test if you can install from github ------------------------------------------------
remote.path <- file.path(DESCRIPTION$'github.user', package.name)
pak::pkg_install(remote.path)

devtools::install_github(repo = "vertesy/Seurat.utils", upgrade = F)

# unload(package.name)
# require(package.name, character.only = TRUE)
# # remove.packages(package.name)
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ importFrom(CodeAndRoll2,clip.outliers.at.percentile)
importFrom(DatabaseLinke.R,qHGNC)
importFrom(EnhancedVolcano,EnhancedVolcano)
importFrom(HGNChelper,checkGeneSymbols)
importFrom(MarkdownHelpers,"MarkdownHelpers::color_check")
importFrom(MarkdownHelpers,TRUE.unless)
importFrom(MarkdownHelpers,color_check)
importFrom(MarkdownHelpers,create_set_OutDir)
importFrom(MarkdownHelpers,filter_HP)
importFrom(MarkdownHelpers,llogit)
Expand Down
2 changes: 1 addition & 1 deletion R/Seurat.Utils.Visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ gg_color_hue <- function(n) { # reproduce the ggplot2 default color palette
#' getDiscretePalette()
#' }
#' }
#' @importFrom MarkdownHelpers MarkdownHelpers::color_check
#' @importFrom MarkdownHelpers color_check
#'
#' @export getDiscretePalette
getDiscretePalette <- function(
Expand Down

0 comments on commit 6b1fdde

Please sign in to comment.