I am running R 3.3.3 in RStudio. I get the following error message when I try to load the DESeq2 library
> library("DESeq2")
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘htmlTable’ 1.7 is being loaded, but >= 1.11.0 is required
Error: package or namespace load failed for ‘DESeq2’
Help please?