Skip to content

Commit

Permalink
Remove import and re-document
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhesselberth committed Dec 21, 2024
1 parent 3f341f8 commit 7ace567
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ importFrom(rlang,dots_n)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(rtracklayer,import)
importFrom(stats,fisher.test)
importFrom(stats,na.omit)
importFrom(stringr,fixed)
Expand Down
2 changes: 0 additions & 2 deletions R/read_bed.r
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ bed12_coltypes <- list(
#' head(bw)
#' }
#' }
#' @importFrom rtracklayer import
#' @export
read_bigwig <- function(path, set_strand = "+") {
lifecycle::deprecate_stop(
Expand Down Expand Up @@ -232,7 +231,6 @@ read_bigwig <- function(path, set_strand = "+") {
#' gtf <- read_gtf(valr_example("hg19.gencode.gtf.gz"))
#' head(gtf)
#'
#' @importFrom rtracklayer import
#' @export
read_gtf <- function(path, zero_based = TRUE) {
lifecycle::deprecate_stop(
Expand Down
2 changes: 2 additions & 0 deletions man/read_bigwig.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions man/read_gtf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ace567

Please sign in to comment.