-
Notifications
You must be signed in to change notification settings - Fork 23
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
BiocManager::install(version = "3.12") does not give an error on R 4.0.2 #82
Comments
We're operating under the (possibly delusional) view that R adopts semantic versioning, and that 4.0.* are 'bug fixes' that do not change the API. The phrase "works with R version 4.0.3" is meant to encourage users to nonetheless adopt the version that we actually test our packages against. We won't change the Please close the issue if that explanation is sufficient (if not satisfactory for your particular concerns). |
Thanks for clarifying. I honestly thought R (>= 4.0.3) was a hard limit. Has this always been the case - I've got vague memories that in the past there's been critical bug fixes in patched releases needed by Bioc? Since the current statement on the website is ambiguous, maybe it could be updated to: The current release of Bioconductor is version 3.12; it requires R version 4.0.0 or newer where R version 4.0.3 is highly recommended. Users of older R and Bioconductor must update their installation ... PS. I brought this up after upgrading to 3.12 on R 4.0.2 by mistake and getting installation errors on http://bioconductor.org/packages/release/bioc/html/DAPAR.html; that package requires R (>= 4.0.3). To be picky is the latter a mistake since Bioconductor 3.12 should be supported on R (>= 4.0.0)? |
Moved to Bioconductor/bioconductor.org#76. |
AFAIU, Bioconductor 3.12 requires R (>= 4.0.3). From http://bioconductor.org/install/
However, I just discovered, by mistake, that:
happily run on R 4.0.2. Is this a bug?
Is it the DESCRIPTION file BiocVersion that should be updated?
The text was updated successfully, but these errors were encountered: