Skip to content
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

RParser: include package system dependencies #2

Closed
nokome opened this issue Oct 10, 2018 · 2 comments
Closed

RParser: include package system dependencies #2

nokome opened this issue Oct 10, 2018 · 2 comments
Assignees
Milestone

Comments

@nokome
Copy link
Member

nokome commented Oct 10, 2018

@nokome nokome self-assigned this Oct 10, 2018
@nokome
Copy link
Member Author

nokome commented Oct 10, 2018

My initial attempt at using the sysreqs package failed e.g.

> 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

@nokome nokome changed the title R package system dependencies RParser: include package system dependencies Oct 17, 2018
@nokome nokome added this to the 0.1.0 milestone Oct 17, 2018
@nokome
Copy link
Member Author

nokome commented Oct 19, 2018

Initial iteration of this done.

@nokome nokome closed this as completed Oct 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant