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.
Loading
Please sign in to comment