Skip to content
Prev 56706 / 63424 Next

Questions/suggestions about new staged installation

On 4/25/19 04:57, Tomas Kalibera wrote:

            
Makes sense.

So backing up is still needed.

But couldn't the gap of 3-4 seconds where the abc package is missing be 
reduced by backing up right before moving the newly installed package 
from the temporary location to the final location?

In other words, instead of:

 ??? back up, then install to temp loc, then move to final loc

do:

 ??? install to temp loc, then back up, then move to final loc

This would reduce the gap to almost 0 seconds on a Unix file system 
where moving a folder is very cheap (even if the folder is big), at 
least when moving doesn't cross partition borders.

Not a big deal for a light package like abc but some Bioconductor 
packages take about 20 min. to compile!

Thanks,

H.