-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package ‘recount’ is not available for Bioconductor version '3.19' #25
Comments
Hullo, reporting basically the same issue of @twobeers75 Recount3 installs without any issues for me as well. I'll try doing some tests with older versions of R and BiocManager. If someone has any ideas I'll try to implement the and report results
|
OK A wierd thing that happens is that it requires to install R package micromamba env create -n R-4-3-recount r-base=4.3 r-recommended r-xml
micromamba activate R-4-3-recount
# just to make sure we're using the correct R binary inside the virtual environment and the correct version
which R
R --version
# now run R
R Now in R: install.packages('BiocManager')
BiocManager::install('recount') Note: if you're using RStudio, run RStudio from terminal after activating the virtual environment. @twobeers75 let me know if it works for you! |
Brilliant! I did not think this would work for my situation but I can confirm that it does. Thank you @MorfeoRenai, good enough work around for now. My code below; I used Anaconda,
then in R
Works like a charm! Thanks again. |
Hi, From https://bioconductor.org/packages/release/bioc/html/recount.html I do see the landing page for This is is most likely related to issues with Best, |
Hi, I posted an update at lawremi/rtracklayer#83 (comment) and also edited the Given the results at https://github.com/leekgroup/recount/actions/runs/9178757128, I anticipate that I'll go ahead and close this issue in the meantime, but feel free to re-open it after 48 hrs if the issue persists. Best, |
Hello,
Thanks in advance!
I'm having issues trying to install recount in R (Ubuntu 22.04 host) that I've not experienced before. Below is the terminal output and session info;
Package recount3 installs without issues as do many other packages however I still require recount.
As can be seen in the error, it has to do with the very recent release of the latest version of R and BiocManager.
I am looking for any ideas about how I can overcome this incompatibility issue?
The text was updated successfully, but these errors were encountered: