Skip to content

Commit

Permalink
Don't run examples for as_granges.
Browse files Browse the repository at this point in the history
  • Loading branch information
asrinivasan-oa committed Jul 25, 2016
1 parent 6c062ec commit 0896096
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/as-granges.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#' @return A \code{GRanges} object.
#' @aliases as_granges
#' @examples
#' \dontrun{
#' path <- system.file("tests", package="gread")
#' gff_file <- file.path(path, "sample.gff")
#' gtf_file <- file.path(path, "sample.gtf")
Expand All @@ -31,6 +32,7 @@
#' as_granges(gtf, ignore_strand=FALSE)
#' as_granges(bed, ignore_strand=FALSE)
#' as_granges(bam, ignore_strand=FALSE)
#' }
#' @seealso \code{\link{read_format}} \code{\link{extract}}
#' \code{\link{construct_introns}}
as_granges <- function(x, ignore_strand=FALSE) {
Expand Down

0 comments on commit 0896096

Please sign in to comment.