Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add a way to query/install system dependencies of specific package #545

@thomasp85

Description

@thomasp85

The system dependency query only works for a local package, making it hard to install remotes with any system dependencies. This surfaced as a user trying to install pkgdown which now requires ragg and hence it's slew of system libraries. It would be nice if there was a way to query dependencies by name so one wouldn't have to download the source package before making the query

something like install_github("pkgdown", system_dependencies =TRUE) would be amazing, but allowing remotes::system_requirements() to take a package name instead of a directory would be very good as well

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions