similar to: save.image() error

Displaying 20 results from an estimated 10000 matches similar to: "save.image() error"

2018 Jan 26
0
Problem saving .RData file with save.image
I am running R-3.0.3 on RStudio 1.1.183. I have recently gotten the following error message while saving an .RData file with the save.image command. I have not had this problem until recently. Help appreciated. === Error in save.image("bope1a.RData") : image could not be renamed and is left in bope1a.RDataTmp [[alternative HTML version deleted]]
2002 Apr 13
1
save.image() error reappears
A week or so ago, I reported a problem on my new Windows XP box getting R 1.4.1 and R 1.5.0 (development from BDR's site) to save the .RData file upon program exit. Specifically, either clicking on the "X" in the GUI or invoking q() from the command line produced the following error: Error in save.image(name) : image could not be renamed and is left in .RDataTmp1 After some
2002 Mar 20
1
cannot open file .RDataTmp
Dear list, since I have installed GRASS_0.1-8.tar.gz (devel) with R 1.4.1 on RedHat7.1 Linux I get the following message when I want to save the workspace image: -------------------------------------------------- Save workspace image? [y/n/c]: y Error in file(file, "wb") : cannot open file `.RDataTmp' ------------------------------------------------- Where can I find the
2002 Apr 13
1
save.image() issue resolved - I hope
I've been combing through logs I keep of all my activities. I've found a possible correlation between the save.image() problem I'm having and one particular event. My system has a rewriteable DVD drive. I keep a 4.7 GB DVD/RW disk in the E: drive and have a system scheduler synchronize the contents of the g: drive with the e: drive every Friday night. Interestingly, both times
2011 Sep 14
2
Difficulty with saving .Rhistory
Current systems ??? OS: RedHat SE Linux 5.7, fully patched ??? R: R-2.13.1 I am a new R user. The R installation needs to be very tight because I plan to use it after I am employed on Internet facing systems to analyse firewall and filesystem log data.? Everything to my knowledge regarding R installed correctly.? I saw no warnings until saving THE WORKSPACE. NON-ROOT OUTPUT CURRENTLY YIELDS
2005 Apr 13
2
IAB (PR#7788)
Full_Name: Doris S?hnlein Version: 1.8.1 OS: XP Submission from: (NULL) (212.204.77.23) It is not possible to save workspace image and the following error messages appear: > help.start() updating HTML package listing updating HTML search index Error in file(f.tg, open = "w") : unable to open connection In addition: Warning messages: 1: cannot update HTML package index in:
2001 Nov 16
2
Finite Mixture Analysis
Are there any S-Plus or R libraries/packages that do Finite Mixture Analysis following the algorithms similar to those implemented in Geoffrey MacLachlan's EMMIX program? Thanks. Dr. Marc R. Feldesman email: feldesmanm at pdx.edu email: feldesman at attglobal.net fax: 503-725-3905 "Don't know where I'm going. Don't like where I've been. There may be no exit. But
2015 Feb 20
1
save.image Doesn't Save Objects When Browsing
The documentation states that "save.image() is just a short-cut for save(list = ls(all = TRUE), file = ".RData")". However, if I do Browse[1]> ls(all=TRUE) [1] "expression" "orderedFeatures" "predictParams" [4] "resubstituteParams" "trainParams" "verbose" Browse[1]>
2001 Aug 12
2
rpart 3.1.0 bug?
I just updated rpart to the latest version (3.1.0). There are a number of changes between this and previous versions, and some of the code I've been using with earlier versions (e.g. 3.0.2) no longer work. Here is a simple illustration of a problem I'm having with xpred.rpart. iris.test.rpart<-rpart(iris$Species~., data=iris[,1:4], parms=list(prior=c(0.5,0.25, 0.25))) + ) >
2004 May 30
1
summary.lm
I ran across this error the other day while using lm(). I confess that I haven't used it for awhile and haven't been tracking the changes between versions of R. However, the piece of code below is a tiny modification of the example in the help file for "lm". I just separated the commands apart for clarity. A similar piece comes from the help file for
2001 Aug 03
2
Math symbols in email - not completely OT
What is the generally accepted way to put certain math symbols into plain text email? For example, how does one convey the "is exactly equal to", "is approximately equal to", and "delta" symbols in a standard text-based (e.g. Courier) font? Dr. Marc R. Feldesman email: feldesmanm at pdx.edu email: feldesman at attglobal.net fax: 503-725-3905
2008 Jan 08
1
use "save.image" inside a function?
Hi, All I'm trying to save the workspace as a Check Point for possible future come back. The "save.image" function works if the whole coding is in a main function: rm(list=ls()) t = 1 t = t+1 print(paste("before",t)) # [1] "before 2" save.image("tt.RData") t = t+1 print(paste("after",t)) # [1] "after 3"
2004 Apr 02
5
Plot symbols for more than 25 groups
Is there any effective way to get distinct geometric plotting symbols and colors for plots involving more than 25 groups? Thanks. Dr. Marc R. Feldesman Professor and Chairman Emeritus Anthropology Department - Portland State University email: feldesmanm at pdx.edu email: feldesman at attglobal.net fax: 503-725-3905 "Don't knock on my door if you don't know my
2007 Nov 26
1
problem in closing R console
Dear Sir When I close R console then following message apear when I want to save the workspace. If I close the R console without saving workspace then R console is closed otherwise not. Error in gzfile(file, "wb") : unable to open connection In addition: Warning message: In gzfile(file, "wb") : cannot open compressed file '.RDataTmp' Regards -- AMINA SHAHZADI
1998 Jul 08
1
Serious bug in save.image
I am using a package which tends to crash R, so I have been saving my work at regular intervals with "save.image()". Unfortunately, this overwrites .RData with an empty workspace, so when R crashed I lost my workspace and a day's work. The problem is easily fixed: "save.image" looks like this function () save(list = ls(), file = ".RData") The expression
2001 Dec 26
1
ESS 5.1.19 w/Xemacs 21.4.6
Probably wrong group for this, but a quick question. I've just switched from emacs to Xemacs. In reinstalling ESS 5.1.19 I keep getting the following error when loading Xemacs: "Error in init file: Symbol's function definition is void: w32-using-nt" I've debugged the ess-site.el file, which is where the error originates from. The line causing the difficulty is:
2002 Sep 14
2
OT: Compiling EMMIX
Sorry for the off-topic post, but there is such a wealth of knowledge here that I thought someone might have suggestions. Geoff MacLachlan and David Peel have a program - EMMIX - available for mixture modelling. It is only available as FORTRAN source code and is "downloadable" from Geoff's site. The code is reputed to run on Unix machines and is compilable according to
2005 Mar 11
1
difficulties with the save.image() function
Dear list, I've had difficulty saving my workspace to an .RData file. This causes considerable frustration as it means that I have to regenerate my analysis every time I want to update it. For microarray data in particular, this can be quite time consuming. I'm saving my data to a network folder on my system in Windows XP, something like an "H:\" drive or a "P:\"
2002 Feb 22
2
save.image() excluding functions
If the recommendation is to write functions with an external editor (I mean, avoiding fix()), keep them as text files (*.R) and using source() to bring them into the R session, why not excluding, by default, function objects from save.image() ? In particular, from the final save.image(), the one that is proposed at q(). In this way, functions would not get included within .RData, I've made
2001 Sep 13
3
OT: ps -> eps -> MS Word
I've created a bunch of postscript trees (post.rpart), which I subsequently edit in Adobe Acrobat 4.05 (I need additional labelling that isn't easy to add with R). After editing the labels and annotations using Acrobat, I then export the file to Adobe's .eps format so I can insert the picture into a Microsoft Word 2000 document. The .pdf file distilled from the .ps file is