Hi everyone
I have this package called DESeq2, I need it along with other packages for microbiome data analysis workflow. I was unable to install it on my R Studio. It gave the warning:
"package ‘DESeq2’ was built under R version 4.0.3"
I have the latest R Studio (R version 4.1.0 (2021-05-18)) and I have to follow a tutorial for the analysis of microbiome data.
I will accept help from this forum.
This is not necessarily a problem but it can have unexpected consequences, try to update/reinstall
DESeq2 so you can get a version that has been compiled for your R version
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("DESeq2")
Thank you for your help, it actually works.
Packages suitability is one of the challenges faced by beginners in R studio.
A permanent solution will be a good welcome.
I updated my R to the latest version but my R Studio still showed R 4.0.2.
Am not sure I know how these versions work. If I can get a good explanation or readings that can help me understand why I have the latest R version and my R Studio showed a different version. Also, note that version 4.0.2 is always quoted when there are package version issues.
Snapshot attached to show my concern.