Skip to content

Commit

Permalink
fix: rm magrittr general import to avoid conflict with GenomicRanges:…
Browse files Browse the repository at this point in the history
…:substract
  • Loading branch information
js2264 committed Nov 29, 2023
1 parent 7ee0be0 commit cf5097d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Description: The pattern of digestion and protection from DNA nucleases such
over single or aggregated genomic loci of interest.
URL: https://github.com/js2264/VplotR
BugReports: https://github.com/js2264/VplotR/issues
RoxygenNote: 7.1.1
Depends:
R (>= 4.0),
GenomicRanges,
Expand Down Expand Up @@ -55,3 +54,4 @@ biocViews:
ATACSeq,
Alignment
License: GPL (>= 3)
RoxygenNote: 7.2.3
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ import(RColorBrewer)
import(Rsamtools)
import(S4Vectors)
import(ggplot2)
import(magrittr)
import(parallel)
import(reshape2)
importFrom(cowplot,plot_grid)
importFrom(graphics,hist)
importFrom(magrittr,`%>%`)
importFrom(methods,as)
importFrom(methods,is)
importFrom(stats,qt)
Expand Down
2 changes: 1 addition & 1 deletion R/fragsize.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
#' fragment size distribution
#' @return A list of tbl, one for each .bam file.
#'
#' @import magrittr
#' @import parallel
#' @import IRanges
#' @import GenomicRanges
#' @importFrom magrittr `%>%`
#' @importFrom zoo rollmean
#' @importFrom methods is
#' @importFrom graphics hist
Expand Down
1 change: 0 additions & 1 deletion R/vmat_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#' @param ylims The y limits of the computed Vmat
#' @return A table object
#'
#' @import magrittr
#' @import S4Vectors
#' @import GenomicRanges
#' @import IRanges
Expand Down
4 changes: 2 additions & 2 deletions man/importPEBamFiles.Rd

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

1 change: 0 additions & 1 deletion vignettes/VplotR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ knitr::opts_chunk$set(
suppressPackageStartupMessages({
library(GenomicRanges)
library(ggplot2)
library(magrittr)
library(VplotR)
})
```
Expand Down

0 comments on commit cf5097d

Please sign in to comment.