Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kkupkova committed Apr 26, 2024
1 parent 5738e18 commit d9c7193
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: GenomicDistributions
Version: 1.11.0
Date: 2023-05-23
Version: 1.11.1
Date: 2024-04-26
Title: GenomicDistributions: fast analysis of genomic intervals with Bioconductor
Description: If you have a set of genomic ranges, this package can help you with
visualization and comparison. It produces several kinds of plots, for example:
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ import(dplyr)
import(ggplot2)
importFrom(Biostrings,alphabetFrequency)
importFrom(Biostrings,readDNAStringSet)
importFrom(Biostrings,type)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,GRangesList)
importFrom(GenomicRanges,elementMetadata)
Expand Down
4 changes: 2 additions & 2 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#' tstrsplit as.data.table foverlaps
#' @importFrom reshape2 melt
#' @importFrom IRanges IRanges Views
#' @importFrom Biostrings alphabetFrequency type
#' @importFrom Biostrings alphabetFrequency
#' @importFrom methods is
#' @importFrom stats chisq.test
#' @importFrom utils installed.packages getAnywhere data globalVariables download.file
Expand Down Expand Up @@ -66,7 +66,7 @@ if(getRversion() >= "2.15.1") {
"i.start", "minEnd", "i.end", "overlap", "gene_biotype", "dinucleotide",
"frequency", "L1", "V4", "colName", "i", "j", ".x", "lowerColorColumn",
"midpoint", "ubinID", "x.binID", "x.start", "x.end", "FreqPercent",
"Chi.square.pval", "score"))
"Chi.square.pval", "score", "type"))
}


0 comments on commit d9c7193

Please sign in to comment.