Browse code

v1.5.3 add importFrom(methods, is)

Peter Blattmann authored on 27/06/2019 15:23:21
Showing 3 changed files

... ...
@@ -1,7 +1,7 @@
1 1
 Package: DominoEffect
2 2
 Type: Package
3 3
 Title: Identification and Annotation of Protein Hotspot Residues
4
-Version: 1.5.2
4
+Version: 1.5.3
5 5
 Author: Marija Buljan and Peter Blattmann
6 6
 Maintainer: Marija Buljan <[email protected]>, 
7 7
     Peter Blattmann <[email protected]>
... ...
@@ -13,7 +13,7 @@ Encoding: UTF-8
13 13
 LazyData: true
14 14
 Depends: R(>= 3.5)
15 15
 Imports: biomaRt, data.table, utils, stats, Biostrings, SummarizedExperiment, 
16
-    VariantAnnotation, AnnotationDbi, GenomeInfoDb, IRanges, GenomicRanges
16
+    VariantAnnotation, AnnotationDbi, GenomeInfoDb, IRanges, GenomicRanges, methods
17 17
 Suggests: knitr, testthat 
18 18
 RoxygenNote: 6.0.1
19 19
 VignetteBuilder: knitr
... ...
@@ -30,3 +30,5 @@ importFrom(AnnotationDbi, select, keys)
30 30
 importFrom(SummarizedExperiment, rowRanges)
31 31
 importFrom(IRanges, ranges)
32 32
 importFrom(GenomicRanges, GPos, mcols, pos)
33
+
34
+importFrom(methods, is)
... ...
@@ -1,3 +1,10 @@
1
+CHANGES IN VERSION 1.5.2
2
+-------------------------
3
+UDPATE
4
+
5
+ o adding importFrom(methods, is)
6
+
7
+
1 8
 CHANGES IN VERSION 1.5.2
2 9
 -------------------------
3 10
 UDPATE