Skip to content

Commit

Permalink
Specify package import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Oct 18, 2024
1 parent 6e34993 commit a3e8b13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: EpiCompare
Title: Comparison, Benchmarking & QC of Epigenomic Datasets
Version: 1.9.8
Version: 1.9.9
Authors@R: c(
person(given = "Sera", family = "Choi",
email = "serachoi1230@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion R/tidy_chromosomes.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#' gr <- GenomicRanges::GRanges(seqnames = chrom,
#' ranges = IRanges::IRanges(start = 2*(1:6), end = 3*(1:6)),
#' strand = "+",
#' seqinfo = Seqinfo(chrom))
#' seqinfo = GenomeInfoDb::Seqinfo(chrom))
#' genome(gr) <- "hg38"
#'
#' gr
Expand Down
2 changes: 1 addition & 1 deletion man/tidy_chromosomes.Rd

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

0 comments on commit a3e8b13

Please sign in to comment.