pak icon indicating copy to clipboard operation
pak copied to clipboard

pkg_remove should print some status infos like pkg_install

Open cderv opened this issue 4 years ago • 0 comments

Currently, pkg_remove is silent.

I would expect some verbose like other pkg_* function

> pak::pkg_install("usethis")
i Checking for package metadata updates
v All 12 metadata files are current.                                                                                                                  
v Using session cached package metadata                                                                                                               
v Using cached package metadata                                                                                                                       

> Will install 1 packages:
  usethis
  
> Will not update 28 packages.

> Will download 1 CRAN packages (923.59 kB).

? Do you want to continue (Y/n) Y
                                                                                                                                                      
v 1 + 28 pkgs | kept 27, updated 0, new 1 | downloaded 0 (0 B) [6.9s]   

Something like

pkg_remove("usethis")
v 1 package removed :
   usethis

Just an idea for further user experience improvement.

cderv avatar Jul 29 '19 11:07 cderv