Dear all, I downloaded new version of R studio , it is RStudio 2023.06.2-561 and I have an error :
library( DESeq2)
Error: package or namespace load failed for ‘DESeq2’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
namespace ‘rlang’ 1.0.6 is already loaded, but >= 1.1.0 is required
Loading required package: DESeq2
Error: package or namespace load failed for ‘DESeq2’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
namespace ‘rlang’ 1.0.6 is already loaded, but >= 1.1.0 is required
How I can download rlang vesion >=1.10 please?