Dear R users, Thank you so much for your help. I got deleted all files in my C:\xxx\AppData\Local\Temp file and also run suggested R codes to erase files. I list them below as somebody may be interested in.
All in all, I got some space (1 GB) back, and compressing Stata data, I achieved what I needed to do with Stata. Also, Windows tips for finding hidden files and big size files were very helpful. Unfortunately I could not run SequoiaView because of the security issue of my PC at office, but it sounded very useful. Thank you so much for considering my problem. Best wishes, Ayako --- some R codes I used : tempdir() dirname(tempdir()) unlink(tempdir(),recursive=TRUE) rm(list=ls(all=TRUE)) ________________________________________ From: r-help-boun...@r-project.org <r-help-boun...@r-project.org> on behalf of jim holtman <jholt...@gmail.com> Sent: 18 June 2014 15:14 To: David L Carlson Cc: r-help@r-project.org Subject: Re: [R] C: drive memory full One program that I have found valuable in looking at the size of files on disk is SequoiaView. It creates a 'treemap' of the sizes of the files and lets you zoom in to specific directories and such. Jim Holtman Data Munger Guru What is the problem that you are trying to solve? Tell me what you want to do, not how you want to do it. On Wed, Jun 18, 2014 at 10:05 AM, David L Carlson <dcarl...@tamu.edu> wrote: > Windows 8 (and earlier versions) has a disk cleanup tool that will let you > delete temporary files that might help. At the bottom of the screen on the > taskbar, click the folder icon to bring up a windows showing your drives > and folders. On the left side click on the drive you are interested in > (probably "C:"). On the top title bar of the window showing the folders in > drive C: on the left is an icon showing a sheet of paper with a red > checkmark. That brings up a properties window that shows you how much space > you are using and how much is free. Close that window and then click on the > Manage tab on the line just below the title bar. Click on Cleanup and that > will let you select temporary files of various kinds for deletion if your > drive is getting full. > > ------------------------------------- > David L Carlson > Department of Anthropology > Texas A&M University > College Station, TX 77840-4352 > > -----Original Message----- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of jwd > Sent: Tuesday, June 17, 2014 8:10 PM > To: r-help@r-project.org > Subject: Re: [R] C: drive memory full > > On Tue, 17 Jun 2014 12:48:54 +0000 > "Hiyoshi, Ayako" <ayako.hiyoshi...@alumni.ucl.ac.uk> wrote: > > > Dear Martyn and Professor Ripley, > > > > Thank you so much for your help. I used Window's large file search > > (it was useful! thank you), but there is no big files detected in C: > > drive . Perhaps I will have to reinstall Windows.. > > > The problem may not be R at all, but rather Windows. How large is your > drive, not RAM but the actual drive? > > If you can, examine your drive to see if there are either fragmentation > problems or hidden files taking up excess space. Look at the > drive properties for C:\ and run disk clean-up if possible. Another > problem, MS may have fixed this at some point - I don't run Win 8, is > that if your deleted files are not removed, you can run out of space. > Usually, the space occupied by a file marked for deletion should > be scavenged as Windows needs space, but sometimes that may not happen, > especially with a very full drive. So, if there are files in the > "Wastebasket" remove them completely. Another space-use that can grow > to excess is a print spool. Even Windows uses a print spool and that can > grow too large for the system to function efficiently. > > JWdougherty > > ______________________________________________ > 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. > > ______________________________________________ > 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. > [[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. ______________________________________________ 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.