We have created an internal git repo in R studio package manager. If at some point I wanted to remove the package and publish it again, how do I remove the package from the repo?
We are able to remove the git-builder from source. Now since this source is being subscribed by package the expectation was the package should also remove from git-repo.
This was the command we used
rspm delete repo --name=git-repo
and this command helped us to remove the package from source only
rspm delete git-builder --name=package name --source=source name
Please help us to decode what are we missing.