I am trying to install the package Herper which is available for R 4.1 but am getting an error that has been noted before. I've tried the solutions there, but am still not able to install Herper. Any help on what I'm missing would be appreciated. Thanks!
> BiocManager::install("Herper")
'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details
replacement repositories:
CRAN: https://cran.rstudio.com/
Bioconductor version 3.14 (BiocManager 1.30.16), R 4.1.3 (2022-03-10)
Installing package(s) 'Herper'
Warning message:
In .inet_warning(msg) :
package ‘Herper’ is not available for Bioconductor version '3.14'
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()
R version 4.1.3 (2022-03-10)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Catalina 10.15.7
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.1/Resources/lib/libRlapack.dylib
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] BiocManager_1.30.16
loaded via a namespace (and not attached):
[1] compiler_4.1.3 tools_4.1.3
Following previous fixes I ran:
> BiocManager::install("BiocVersion", force = TRUE)
'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details
replacement repositories:
CRAN: https://cran.rstudio.com/
Bioconductor version 3.14 (BiocManager 1.30.16), R 4.1.3 (2022-03-10)
Installing package(s) 'BiocVersion'
trying URL 'https://bioconductor.org/packages/3.14/bioc/bin/macosx/contrib/4.1/BiocVersion_3.14.0.tgz'
Content type 'application/x-gzip' length 5532 bytes
==================================================
downloaded 5532 bytes
The downloaded binary packages are in
/var/folders/wc/m4xv97854dbckvmdvh15h7p00000gp/T//RtmpngUqRs/downloaded_packages
> dim(available.packages("https://bioconductor.org/packages/3.14/bioc/src/contrib"))
[1] 2053 17