Re: [R] Checking for adequate disk space

2007-10-03 Thread Sundar Dorai-Raj
nd") } } du <- disk.usage() du[1]/sum(du) Of course, for Windows, a user will need 'df' which comes with cygwin. Thanks, --sundar > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Sundar Dorai-Raj >

Re: [R] Checking for adequate disk space

2007-10-03 Thread bogdan romocea
- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sundar Dorai-Raj > Sent: Wednesday, October 03, 2007 2:41 PM > To: r-help@r-project.org > Subject: [R] Checking for adequate disk space > > Hi, all, > > (version info at end) > > I'm running a scri

[R] Checking for adequate disk space

2007-10-03 Thread Sundar Dorai-Raj
Hi, all, (version info at end) I'm running a script which takes input files, does some analysis, and writes the output to csv files. Last night I ran the script (it took ~6.5 hours) thinking all would go well since it ran on a subset of the data without issue. However, when I returned this mor