Skip to content

install_github() does not enforce remotes dependency #475

Closed
@clauswilke

Description

@clauswilke

For my ggtext package, I find myself fielding tons of bug reports where people are not running the latest development version of ggplot2 (e.g.: wilkelab/ggtext#13 wilkelab/ggtext#14 wilkelab/ggtext#21). However, I have correctly specified ggplot2 in remotes.

What I think is happening is that when people run remotes::install_github("wilkelab/ggtext"), they are given the option to not install the development version of ggplot2, and there is no indication that that may cause problems. The following screenshot indicates what it looks like from an enduser's perspective.

Screen Shot 2020-02-12 at 6 41 36 PM

I'm not sure what the best approach would be, but at a minimum there should be some sort of indication that not upgrading ggplot2 may cause trouble.

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