Skip to content

Commit

Permalink
Import txtProgressBar from utils
Browse files Browse the repository at this point in the history
  • Loading branch information
const-ae committed Aug 22, 2023
1 parent 06230a4 commit e2558ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ importFrom(glmGamPoi,vars)
importFrom(utils,.DollarNames)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(lemur, .registration = TRUE)
2 changes: 1 addition & 1 deletion R/lemur-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @importFrom SummarizedExperiment assayNames assay `assay<-` colData `colData<-` rowData `rowData<-`
#' @importFrom SingleCellExperiment reducedDims
#' @importFrom BiocGenerics design
#' @importFrom utils .DollarNames capture.output head
#' @importFrom utils .DollarNames capture.output head txtProgressBar setTxtProgressBar
#' @importFrom Matrix t
NULL

Expand Down

0 comments on commit e2558ef

Please sign in to comment.