Skip to content

Commit

Permalink
drop isEmpty from Namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alexg9010 committed Jan 17, 2024
1 parent 70abc39 commit a5fd3ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ importFrom(S4Vectors,"elementMetadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,Rle)
importFrom(S4Vectors,elementMetadata)
importFrom(S4Vectors,isEmpty)
importFrom(S4Vectors,levels)
importFrom(S4Vectors,subjectHits)
importFrom(data.table,":=")
Expand Down
1 change: 0 additions & 1 deletion R/tabix.functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ checkTabixHeader <- function(tbxFile,message=NULL) {
#' @param slotList list of slot items with respective values
#' @noRd
#'
#' @importFrom S4Vectors isEmpty
makeTabixHeader <- function(slotList) {
# first we query each slots and ...
tabixHead <- sapply(names(slotList),
Expand Down

0 comments on commit a5fd3ac

Please sign in to comment.