-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] support remove.packages
#43
Comments
We don't do that by choice, and this is a thoughtful decision based on several reasons. These are the main ones:
Therefore, it is possible to remove packages from the system, but it requires, by design, a thoughtful call to the proper function, which is |
Oh, I get it! Thanks for your clear explanations! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any plan to implement
remove.packages()
?I just installed
r-bspm
from BioArchLinux, and tried to install an R package.It's great that it calls
pacman
to install the package, but when I runremove.packages()
, it does not callpacman
to remove the packges.I think it could be better if
remove.packages
also callspacman
first.The text was updated successfully, but these errors were encountered: