When running update.packages()
in R how do I avoid answering "do you want to update this package" a hundred times?
update.packages()
asks me individually if I want to update nearly every package I have with the prompt shown as y/n/c
. I end up hitting Y then Enter repeatedly for five minutes. What does the "C" mean? Does it get me around this problem? I don't dare choose that option not knowing what it means. Y is obviously Yes and N is obviously No. C? Anybody's guess?