Make BiocManager work for a version of Bioconductor that doesn't "officially exist" yet
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
Research direction
Start with the implementations of BiocManager::version(), BiocManager::repositories(), and BiocManager::install(), then review the BBS/utils/createPropagationDB.R usage mentioned in the report. Done means version and repository queries work when an installed BiocVersion identifies an unreleased version, while installation reports unavailable repositories normally.
Written by the indexing model from the issue text.
Description
So we have a bunch of failures on the BioC 3.10 report today because BiocManager is complaining with:
unknown Bioconductor version '3.10'; see https://bioconductor.org/install`
That's because the build system installed the new BiocVersion (3.10.0) at the beginning of the builds yesterday. Then later during the R CMD build and R CMD check stages of the builds BiocManager detected that BioC 3.10 was being used and didn't like it.
This affected 19 packages on all platforms:
affyILM
BiocCheck
BSgenome
cellscape
CEMiTool
ELBOW
enrichTF
maskBAD
motifbreakR
MutationalPatterns
OmicsLonDA
OPWeight
OrganismDbi
pipeFrame
pkgDepTools
QSutils
quantro
QuasR
Ularcirc
This could be avoided by having BiocManager::version() and BiocManager::repositories() "work" as long as BiocVersion is installed. This would also address other problems we've seen earlier like Marcel's inability to use BioC 3.10 yesterday, or the problem with the BBS/utils/createPropagationDB.R script that broke this afternoon when trying to generate the propagation DB at the end of the BioC 3.10 builds.
Even if the config files at bioconductor.org didn't officially acknowledge its existence until today, BioC 3.10 started to "exist" when we branched yesterday. Furthermore, the 3.10 repos have been available (and populated) for the last 2 weeks and there is no reason why BiocManager couldn't have been used to install stuff from these repos. When the repos are not yet available, BiocManager::install() would emit a warning (it would be the warning coming from install.packages()) and wouldn't be able to install anything, but BiocManager::version() and BiocManager::repositories() would still work.
Is that a reasonable request?
Thanks!
- Dominant language
- R
- Stars
- 76
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Bioconductor/BiocManager
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
Bioconductor/BiocManager#96 · 1 reaction ·
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
Bioconductor/BiocManager#207 · 1 comment · 1 reaction ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
Bioconductor/BiocManager#190 ·
-
Difficulty 5/5 Over a week Newbie friendliness 18/100
Bioconductor/BiocManager#186 · 5 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
Bioconductor/BiocManager#183 · 9 comments ·
All issues in Bioconductor/BiocManager
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
easystats/performance#950 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
briandconnelly/airnow#9 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
OHDSI/CohortConstructor#774 ·