From a5fd3acee0e0b5b6f40b42fb80823081f90c0bfd Mon Sep 17 00:00:00 2001 From: Alexander Blume Date: Tue, 16 Jan 2024 16:20:43 +0100 Subject: [PATCH] drop isEmpty from Namespace --- NAMESPACE | 1 - R/tabix.functions.R | 1 - 2 files changed, 2 deletions(-) diff --git a/NAMESPACE b/NAMESPACE index 2b05145..f406681 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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,":=") diff --git a/R/tabix.functions.R b/R/tabix.functions.R index 79e00b4..b94a4a2 100644 --- a/R/tabix.functions.R +++ b/R/tabix.functions.R @@ -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),