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 5fddd9d commit 667858b
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.7
Version: 1.9.8
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 @@ -36,7 +36,7 @@
#' # make a GRanges
#' chrom <- c("chr2", "chr3", "chrX", "chrY", "chrM", "junk")
#' gr <- GenomicRanges::GRanges(seqnames = chrom,
#' ranges = IRanges(start = 2*(1:6), end = 3*(1:6)),
#' ranges = IRanges::IRanges(start = 2*(1:6), end = 3*(1:6)),
#' strand = "+",
#' seqinfo = Seqinfo(chrom))
#' genome(gr) <- "hg38"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
GPL-3](https://img.shields.io/badge/license-GPL--3-blue.svg)](https://cran.r-project.org/web/licenses/GPL-3)
[![](https://img.shields.io/badge/doi-https://doi.org/10.1101/2022.07.22.501149-blue.svg)](https://doi.org/https://doi.org/10.1101/2022.07.22.501149)
<br>
[![](https://img.shields.io/badge/devel%20version-1.9.7-black.svg)](https://github.com/neurogenomics/EpiCompare)
[![](https://img.shields.io/badge/devel%20version-1.9.8-black.svg)](https://github.com/neurogenomics/EpiCompare)
[![](https://img.shields.io/github/languages/code-size/neurogenomics/EpiCompare.svg)](https://github.com/neurogenomics/EpiCompare)
[![](https://img.shields.io/github/last-commit/neurogenomics/EpiCompare.svg)](https://github.com/neurogenomics/EpiCompare/commits/master)
<br> [![R build
Expand Down

0 comments on commit 667858b

Please sign in to comment.