-
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
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 run remove.packages()
, it does not call pacman
to remove the packges.
r$> remove.packages("ggplot2")
Removing package from ‘/home/sukanka/.local/lib/R/4.2’
(as ‘lib’ is unspecified)
Error in find.package(pkgs, lib) : there is no package called ‘ggplot2’
I think it could be better if remove.packages
also calls pacman
first.
Metadata
Metadata
Assignees
Labels
No labels