Browse code

removed MotIV from unitTests

paul-shannon authored on 04/04/2020 17:59:55
Showing 2 changed files

... ...
@@ -1,8 +1,8 @@
1 1
 Package: MotifDb
2 2
 Type: Package
3 3
 Title: An Annotated Collection of Protein-DNA Binding Sequence Motifs
4
-Version: 1.29.8
5
-Date: 2020-04-02
4
+Version: 1.29.9
5
+Date: 2020-04-04
6 6
 Author: Paul Shannon, Matt Richards
7 7
 Maintainer: Paul Shannon <pshannon@systemsbiology.org>
8 8
 Depends: R (>= 3.5.0), methods, BiocGenerics, S4Vectors, IRanges, GenomicRanges, Biostrings
... ...
@@ -1,6 +1,5 @@
1 1
 library(MotifDb)
2 2
 library(RUnit)
3
-library(MotIV)
4 3
 library(seqLogo)
5 4
 #----------------------------------------------------------------------------------------------------
6 5
 printf <- function(...) print(noquote(sprintf(...)))