-
Notifications
You must be signed in to change notification settings - Fork 21
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
Installation error #185
Comments
Hi @kokyriakidis , what does this return for that R library: BiocManager::valid(site_repository = "http://r.acidgenomics.com") |
For reference, current version of AcidBase is 0.6.5, AcidExperiment is 0.4.3. |
On a new conda env the only way conda env is solved is like this:
How do you manage the installation? Maybe it is time to start pinning? eg. R=4.2.0 |
Yeah the conda environment will get updated when |
How is this library |
PS clean install of current bioconda recipe does work, but is behind current stable release due to lack of R 4.2 on conda at the moment. conda create --name='[email protected]' 'r-bcbiornaseq==0.4.0'
conda activate '[email protected]'
R library(bcbioRNASeq)
packageVersion("bcbioRNASeq")
## 0.4.0 |
I tried to install R=4.2.0 and then install all packages from inside R but I always get errors in a lkot of packages. Sticking with [email protected] might be the only solution right now. |
Any news about the new conda version of r-bcbiornaseq? |
Bioconda is still stuck with the conda-forge R 4.2 migration, so we can't use Bioconductor 3.15 -- hopefully there's an update this month |
Hi!
I get the following when I try to install bcbiornaseq
The text was updated successfully, but these errors were encountered: