We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dockerize()
zlib, pcfe, libcurl are actually sysreqs for building R. https://cran.r-project.org/doc/manuals/r-devel/R-admin.html#Essential-programs-and-libraries
But in the case of not building R (e.g. using Rocker), those sysreqs are not always installed.
And many bioc packages have tacit sysreqs to these.
The text was updated successfully, but these errors were encountered:
bioc::
Improve robustness of .query_sysreqs_bioc
.query_sysreqs_bioc
32d93a8
TODO: #63 and note this approach doesn't support SLE/Suse. I think we should also switch the Github querying in the long term to this
ca99ffd
Merge pull request #66 from chainsawriot/i63
93f0a77
Fix #63
No branches or pull requests
zlib, pcfe, libcurl are actually sysreqs for building R. https://cran.r-project.org/doc/manuals/r-devel/R-admin.html#Essential-programs-and-libraries
But in the case of not building R (e.g. using Rocker), those sysreqs are not always installed.
And many bioc packages have tacit sysreqs to these.
The text was updated successfully, but these errors were encountered: