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",
]
When adding an invalid package using
rv add, the package predictably fails:but the
rproject.tomlstill gets updated with the invalid package:dependencies = ["knitr", "rmarkdown", "ggplot2", "dygraphs", +++ "invalid-package", ]