Skip to content

Commit

Permalink
Don't run examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhesselberth committed Dec 21, 2024
1 parent 7ace567 commit e4b3e84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/read_bed.r
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,9 @@ bed12_coltypes <- list(
#'
#' @examples
#' \dontrun{
#' if (.Platform$OS.type != "windows") {
#' bw <- read_bigwig(valr_example("hg19.dnase1.bw"))
#' head(bw)
#' }
#' }
#' @export
read_bigwig <- function(path, set_strand = "+") {
lifecycle::deprecate_stop(
Expand Down Expand Up @@ -228,8 +226,10 @@ read_bigwig <- function(path, set_strand = "+") {
#'
#' @examples
#'
#' \dontrun{
#' gtf <- read_gtf(valr_example("hg19.gencode.gtf.gz"))
#' head(gtf)
#' }
#'
#' @export
read_gtf <- function(path, zero_based = TRUE) {
Expand Down
2 changes: 0 additions & 2 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 e4b3e84

Please sign in to comment.