1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Author: Andreas Tille <tille@debian.org>
LastChanged: Thu, 29 Oct 2015 22:45:15 +0100
Description: If the systems includes zlib natively there is no point in
requiring the import of zlibbioc
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -9,7 +9,7 @@ Maintainer: Hervé Pagès <hpages@fredhu
biocViews: Infrastructure, DataRepresentation
Depends: R (>= 2.8.0), methods, BiocGenerics (>= 0.19.2), S4Vectors (>=
0.9.29), IRanges (>= 2.5.27)
-Imports: methods, zlibbioc, BiocGenerics, S4Vectors, IRanges
+Imports: methods, BiocGenerics, S4Vectors, IRanges
LinkingTo: S4Vectors, IRanges
Suggests: Biostrings, drosophila2probe, RUnit
License: Artistic-2.0
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1,7 +1,6 @@
useDynLib(XVector)
import(methods)
-import(zlibbioc)
import(BiocGenerics)
import(S4Vectors)
import(IRanges)
|