Skip to content
Commit 7a86a810 authored by Gökçen Eraslan's avatar Gökçen Eraslan Committed by GitHub
Browse files

Better version check for Rsubread

Current Rsubread version control leads to the following error in R 3.5.2:

```
Error in installed.packages()[grep("Rsubread", installed.packages()),  :
  subscript out of bounds
Calls: checkRsubreadVersion -> as.numeric_version -> is.numeric_version
Execution halted
```

Here `grep("Rsubread", installed.packages())` returns `c(123,1451)` and installed.packages()[c(123,1451)] leads to subscript out of bounds.
parent 4c890eeb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment