Hello everybody,
I noticed a performance problem when using the source-function in R. 
When I try to source an r script that is located in the same directory 
as the script I execute via command line ('R -f file.r' contents 
'source("someOtherScript.r")') it's very fast. But if I put 
'someOtherScript.r' in another directory (say ../../R) R takes moments, 
if not minutes to locate and load the script. Is there another way to do 
this that is not slow?
Thanks, Jos

-- 
Jos van Nijnatten, BSc Candidate
Erasmus MC, Rotterdam, NL
Department of Bioinformatics
(ph) +31 1 07 04 45 51
(mob) +31 6 14 92 14 01
(e) j.vannijnat...@erasmusmc.nl

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to