Browse code

removed Deprecate in DESCRIPTION and zzz.R

y.tan authored on 08/06/2018 23:12:11
Showing 2 changed files

... ...
@@ -16,4 +16,4 @@ Suggests: BiocStyle, BiocGenerics, VariantAnnotation
16 16
 LazyLoad: yes
17 17
 biocViews: Sequencing, Regression, SNP
18 18
 NeedsCompilation: no
19
-# VignetteBuilder: knitr
19
+
... ...
@@ -2,5 +2,5 @@
2 2
     msg <- sprintf(
3 3
         "Package '%s' is deprecated and will be removed from Bioconductor
4 4
          version %s", pkgname, "3.7")
5
-    .Deprecated(msg=paste(strwrap(msg, exdent=2), collapse="\n"))
5
+
6 6
 }