Skip to content

rv add with an invalid package still commits it to rproject.toml #438

@andriygm

Description

@andriygm

When adding an invalid package using rv add, the package predictably fails:

❯ rv add invalid-package
Failed to resolve all dependencies
    invalid-package [listed in rproject.toml]

but the rproject.toml still gets updated with the invalid package:

dependencies = ["knitr", "rmarkdown", "ggplot2", "dygraphs",
+++    "invalid-package",
]

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