I cannot install annotables on Rstudio. I have tried updating R to 4.2.2, it did not work on 4.2.1 or the new version. I was able to install BiocManager and several BiocManager packages using BiocManager::install( "function"), but nothing is working for annotables.
Code should be placed in three backticks as shown below
``
BiocManager::install( "annotables" ) 'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details
replacement repositories: CRAN: https://cran.rstudio.com/
Bioconductor version 3.16 (BiocManager 1.30.19), R 4.2.2 (2022-10-31) Installing package(s) 'annotables' Warning message: package ‘annotables’ is not available for Bioconductor version '3.16'
A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
sessionInfo( )
```
thanks, this worked!