Skip to content
Back to formatted view

Raw Message

Message-ID: <50ED680C.7000300@mayo.edu>
Date: 2013-01-09T12:52:28Z
From: Terry Therneau
Subject: update.packages problem

I've updated to R-devel on my development machine and have lots of packages.  The 
update.packages() script ends up with 33 failures, all due to out-of-order reloading.  
That is, if package "abc" depends on package "xyz", then the reinstall of abc fails with a 
message that version of xyz is "built before R 3.0.0: please re-install it".

So I ran it a second time, and got 32 failures.  There should be a better way.