Skip to content
Prev 56707 / 63421 Next

Questions/suggestions about new staged installation

On 4/25/19 2:20 PM, Pages, Herve wrote:
It should be possible, probably. But why is the gap a problem? And why 
is a shorter gap better than long gap? (the time depends on how long it 
takes to load the package, which can be >10s for some Bioconductor 
packages).

It is not safe to run concurrently with the installation any code on the 
same library that would be accessing the packages being installed. Such 
code could access the old version of the package mixed with the new 
version. A longer gap could actually (perhaps accidentally but still) 
make such problems more visible, and easier to detect, than a short gap.

Tomas