[R] sourcing scripts

2014-01-29 Thread Ahmed M. El-Kenawy
Hi I am extensively using R to process large amount of data. I tried to source my scripts to run sequentially in R, instead of running them seperately. However, I always receive an error message related to the memory size although I upgraded my RAM from 8GB to 16GB. i do not think this is the

Re: [R] sourcing scripts

2014-01-29 Thread Barry Rowlingson
On Wed, Jan 29, 2014 at 9:26 AM, Ahmed M. El-Kenawy ken...@mans.edu.eg wrote: Error in memory.size(min = TRUE) : unused argument (min = TRUE) It looks like you've simply typed 'min=TRUE' instead of 'max=TRUE' somewhere! Somewhere other than the code you sent in the message, which had max=TRUE.

Re: [R] sourcing scripts

2014-01-29 Thread Ahmed M. El-Kenawy
...@lancaster.ac.uk] Sent: Wednesday, January 29, 2014 12:10 PM To: Ahmed M. El-Kenawy Cc: r-help@r-project.org Subject: Re: [R] sourcing scripts On Wed, Jan 29, 2014 at 9:26 AM, Ahmed M. El-Kenawy ken...@mans.edu.eg wrote: Error in memory.size(min = TRUE) : unused argument (min = TRUE) It looks like you've