Closed davisidarta closed 5 years ago
Install BiocSingular as per the instructions on the Bioconductor landing page.
https://bioconductor.org/packages/devel/bioc/html/BiocSingular.html
It is worth keeping in mind that the Github repository is purely for the convenience of the developers. The canonical form of the package is always on Bioconductor, as noted in the description for this repository.
I've done that as well. There's an error message output:
Error: Bioconductor version '3.9' requires R version '3.6'; see https://bioconductor.org/install
However, R last build is 3.5.3. (https://cran.r-project.org/bin/windows/base/). How is someone supposed to install an unreleased build?
I'm very sorry if this is too basic. I've worked with bioinformatics for several months now, but it's my first time with BiocSingular.
Thank you in advance!
Best,
Davi
https://www.r-project.org/, "Planting of a Tree".
I'm going to assume this got fixed somewhere along the line.
still the same compilation error for remotes::install_bioc('release/BiocSingular')
Session info?
Later I find that BiocManager::install('BiocSingular')
succeeds, because it uses beachmat 2.0.0, while the former uses beachmat 1.4.0.
I think it's an issue of remotes package, and I will report there. Thank you anyway!
Hello there BiocSingular Team!
I'm trying to install batchelor. However, when I run
devtools::install_github("LTLA/batchelor")
, I get the following error output:I've then tried to install biocSingular. However, I get the following error:
Does anyone know a way to solve this? Any help will be really appreciated.
Thanks in advance!
Davi