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
We should use https://github.com/r-hub/sysreqs to install system dependencies for R packages.
See also:
Additional, relevant discussions include:
The text was updated successfully, but these errors were encountered:
My initial attempt at using the sysreqs package failed e.g.
sysreqs
> sysreqs:::get_cran_sysreqs('XML') NULL
compared to querying the database directly:
> http -b https://sysreqs.r-hub.io/pkg/XML [ { "libxml2": { "platforms": { "DEB": "libxml2-dev", "OSX/brew": null, "RPM": "libxml2-devel" }, "sysreqs": "libxml2" } } ]
and the latter is more useful for integrating into the Node.js app in any case
Sorry, something went wrong.
Initial iteration of this done.
nokome
No branches or pull requests
We should use https://github.com/r-hub/sysreqs to install system dependencies for R packages.
See also:
Additional, relevant discussions include:
The text was updated successfully, but these errors were encountered: