[R] r help: source-function is very slow

2012-01-19 Thread Jos van Nijnatten
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

Re: [R] r help: source-function is very slow

2012-01-19 Thread Uwe Ligges
On 19.01.2012 14:25, Jos van Nijnatten wrote: 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

Re: [R] r help: source-function is very slow

2012-01-19 Thread Duncan Murdoch
On 12-01-19 8:25 AM, Jos van Nijnatten wrote: 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)')

Re: [R] r help: source-function is very slow

2012-01-19 Thread Jos van Nijnatten
Hello Uwe, Duncan and the rest of the community, It indeed seemed to be a file system problem and I'm lucky to figure that out before it crashed. New computer's great and everything is working fine again. Sorry for wasting your time ;-) On Thursday, January 19, 2012 15:16, Duncan Murdoch