Skip to content
Prev 14864 / 15075 Next

update.packages() re-downloading old versions

You might try update.packages(type="binary").

Also, install.packages() in RStudio is not utils:::install.packages(), and is known to get its knickers in a twist sometimes, but I don't know which one of them is getting called by update.packages().

-pd