Skip to content

Commit 91450f7

Browse files
author
Aaron Lun
committed
Updated NAMESPACE, version number, date, package deps.
1 parent 9a907f1 commit 91450f7

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

DESCRIPTION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Package: diffHic
2-
Version: 1.13.4
3-
Date: 2018-07-22
2+
Version: 1.13.5
3+
Date: 2018-07-28
44
Title: Differential Analyis of Hi-C Data
5-
Author: Aaron Lun [cre,aut], Gordon Smyth [aut]
5+
Author: Aaron Lun [cre, aut], Gordon Smyth [aut]
66
Maintainer: Aaron Lun <alun@wehi.edu.au>
77
Depends: R (>= 3.5), GenomicRanges, InteractionSet, SummarizedExperiment
88
Imports: Rsamtools, Rhtslib, Biostrings, BSgenome, rhdf5, edgeR, limma, csaw,
99
locfit, methods, IRanges, S4Vectors, GenomeInfoDb, BiocGenerics,
10-
grDevices, graphics, stats, utils, Rcpp
11-
Suggests: BSgenome.Ecoli.NCBI.20080805, Matrix
10+
grDevices, graphics, stats, utils, Rcpp, rtracklayer
11+
Suggests: BSgenome.Ecoli.NCBI.20080805, Matrix, testthat
1212
biocViews: MultipleComparison, Preprocessing, Sequencing, Coverage,
1313
Alignment, Normalization, Clustering, HiC
1414
Description: Detects differential interactions across biological

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ importFrom("graphics", box, par, plot, polygon, rect, text)
4040
importFrom("stats", approx, approxfun, fitted, kmeans)
4141
importFrom("utils", read.table, write.table)
4242
importFrom("Rcpp", sourceCpp)
43+
44+
importFrom("rtracklayer", import.bed)

0 commit comments

Comments
 (0)