Hi, I am using R-devel with R 3.5 as my package will be released with this version.
I want to make sure that I am using the latest version of all packages: library("BiocInstaller") biocValid() Installed Built ReposVer airway "0.112.0" "3.4.3" "0.115.0" annotate "1.56.1" "3.4.3" "1.59.0" [..] ShortRead "1.36.0" "3.4.3" "1.39.0" library("ShortRead") > packageVersion("ShortRead") [1] ‘1.39.0’ Do you know why biocValid() is not catching the right installed version? I found a similar post here ( https://stat.ethz.ch/pipermail/bioc-devel/2014-November/006602.html) but could not find the answer. Thanks, Nicolas [[alternative HTML version deleted]] _______________________________________________ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel