Skip to content
Prev 276578 / 398506 Next

R in batch mode packages loading question

On Mon, 7 Nov 2011, PALMIER Patrick (Responsable de groupe) - CETE NP/TM/ST wrote:

            
You have to load them once per R session.  So you could organize your 
work to use a single session, as Duncan suggested.  And that session 
could wait for input (using something like Rserve).

If your packages are taking too long to load, fix the packages. 
Well-written packages load in milliseconds: after all R itself manages 
to load several large packages in 100ms or so.