Hello, I am an R newbie and was following the instructions from the Sheffield Bioinformatics Core tutorial to download and analyse GEO data (https://sbc.shef.ac.uk/geo_tutorial/tutorial.nb.html).
I have the latest R version (4.4) and the latest Bioconductor version (3.19), with BiocManager installed, but I cannot install other packages, such as GEOquery. The message says there are version compatibility issues (see below).
Any ideas, or is there something obvious I am missing? Thank you!
> BiocManager::install("GEOquery")
'getOption("repos")' replaces Bioconductor standard repositories, see
'help("repositories", package = "BiocManager")' for details.
Replacement repositories:
CRAN: https://cran.rstudio.com/
Bioconductor version 3.19 (BiocManager 1.30.23), R 4.4.0 (2024-04-24)
Warning message:
package(s) not installed when version(s) same as or greater than current; use
`force = TRUE` to re-install: 'GEOquery'
Got it now, thank you!