Unverified Commit 0c957f6f authored by Brendan Innes's avatar Brendan Innes Committed by GitHub
Browse files

Add biocViews to description

Adding biocViews: to the description allows the DESeq2 dependency to be installed automatically from Bioconductor.  Otherwise this happens:
```r
> devtools::install_github("immunogenomics/presto")
Downloading GitHub repo immunogenomics/presto@master
Skipping 1 packages not available: DESeq2
Installing 2 packages: DESeq2, RcppArmadillo
Error: Failed to install 'presto' from GitHub:
  (converted from warning) package ‘DESeq2’ is not available (for R version 3.6.3)
```
parent 7f63f960
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.4.0), Rcpp, data.table
LinkingTo: Rcpp, RcppArmadillo
biocViews:
Imports: 
    dplyr, 
    methods,