Used to quickly remove packages from the config file, then sync.
rv remove matches packages in the dependencies field by name, regardless of whether they were declared as a
simple dependency or with a more advanced table entry (git, path, url, etc.), and
removes the matching entries from the config file.
--dry-run - No changes made to the config or the package library, only reports what would happen if the command was run.
--no-sync - Packages are removed from the config file, but not synced.
--r-bin <PATH> - Use the R at that path instead of the one rv finds for the project. Its version has to match the project’s r_version, see overriding the R versionIntroduced in rv v0.23.0