Can't download DESeq2 package please help

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?

install.packages("rlang")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.