Entering edit mode
Tay
▴
10
@tay-24158
Last seen 4.0 years ago
Hello! I'm using R version 4.0.3 (2020-10-10). I was trying to download HiCDCPlus on BiocManager, however I faced this error:
> BiocManager::install("HiCDCPlus")
Bioconductor version 3.12 (BiocManager 1.30.10), R 4.0.3 (2020-10-10)
Installing package(s) 'HiCDCPlus'
Installation path not writeable, unable to update packages: codetools,
KernSmooth, nlme
Warning message:
package ‘HiCDCPlus’ is not available for this version of R
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
Which version of R would be compatible with your package? Thank you!
HiCDCPlus now available on Bioconductor! You should be able to install it using
BiocManager::install("HiCDCPlus")
Hi,
I am trying to install the HiCDCPlus package now but still facing the same problem.
Bioconductor version 3.12 (BiocManager 1.30.10), R 4.0.3 (2020-10-10)
Installing package(s) 'HiCDCPlus'
Warning message: package ‘HiCDCPlus’ is not available for this version of R
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
Can you please suggest which version of R/Bioconductor would be compatible? Thank you!
packages are added to the 'devel' branch so this package requires R-devel / Bioc 3.13; it will be included in the next release, in approximately two months. Here's the package 'landing page' https://bioconductor.org/packages/devel/bioc/html/HiCDCPlus.html and note the installation instructions.
Thank you