r-lib / pak

A fresh approach to package installation
https://pak.r-lib.org
682 stars 62 forks source link

pak::pkg_install(character()) hangs #716

Open kevinushey opened 2 hours ago

kevinushey commented 2 hours ago

You just get a spinner with e.g.

> pak::pkg_install(character())
 Found  0  deps for  0/0  pkgs [⠦] Done
kevinushey commented 2 hours ago

For what it's worth, I was expecting / hoping that this would be a shorthand for asking pak to update all currently-installed packages.

gaborcsardi commented 2 hours ago

I would think that that means to do nothing. But yeah, this is a known problem, there are probably a couple of open issues for it.