Closed Seveler closed 4 months ago
Cardinal 2.2 is five years old at this point and no longer supported.
It looks like the issue is related to either dplyr
or changes to S3 generics in R.
I would start by making sure you are using the versions of R and dplyr
that coincided with Bioconductor 3.9 and Cardinal 2.2. I think these should be 3.6 and 0.8 respectively.
I would suggest using a Docker image of Bioconductor 3.9 but it looks like 3.9 predates the currently supported Docker images.
Hello, i am currently trying to install Cardinal 2.2 by first installing Bioconductor 3.9 (which should contain Cardinal 2.2) and then Cardinal with
BiocManager::install("Cardinal")
However, this throws the following error:
I have no idea how to solve this issue. Is there a way to solve it or maybe another possibility to install Cardinal 2.2?
Kind regards