similar to: Unable to restore saved data in .RData (PR#11455)

Displaying 20 results from an estimated 10000 matches similar to: "Unable to restore saved data in .RData (PR#11455)"

2008 Sep 07
1
Problem with starting and using R
Dear all, I encountered a problem on starting and using the R v 2.7.2 installation on my PC running Windows Vista and would appreciate your help. When R was first started, the Rgui returned several error messages: Error in structure(.Internal(Sys.getenv(as.character(x), as.character(unset)$ unsupported conversion Error in file.exists(name) : unsupported conversion in
2008 May 16
2
Getting JRI/rJava to work
Hello All I am trying to get the JRI examples from rJava to work on Windows XP and failing. (And as a more general and connected question is there any review/summary of front-end software for R?) I have installed rJava from the Windows binary supplied. I compile and run the example supplied (rtest.java) and get the results below. I do not think the notes about a deprecated API are a problem. But
2012 Dec 08
2
file.link on Windows 7
Hello, A post to R-Help by Oliver Soong reports what seems to be a bug specific to Windows (I'm on Windows 7). The original post is as follows: ---------------------------------------------------------------- from: Oliver Soong <osoong+r at gmail.com> to: r-help <r-help at r-project.org> date: Fri, 7 Dec 2012 22:07:49 -0800 subject: [R] file.link fails on NTFS Windows 7 64-bit,
2008 Sep 02
1
installation problem on Window XP (PR#12658)
Full_Name: Leung Pui Lam Version: 2.72 OS: Window XP Submission from: (NULL) (137.189.4.4) When I installed R2.72 (actually any version >2.62) on Window XP (Traditional Chinese), I found the following error Error in structure(.Internal(Sys.getenv(as.character(x), as.character(unset)$ unsupported conversion ... Error in file.exists(name) : unsuported conversion in 'filenameToWchar'
2004 Oct 10
1
Fatal error: unable to restore saved data in .Rdata
Dear Sir/Madam: I'm currently running R 1.9.1 on a Mac OS 10.3. I have been able to use it fine for a while now. But for some reason, it now crashes each time I open it with the error: Fatal error: unable to restore saved data in .Rdata I read on the online help forum that I can just delete the bad .Rdata file. But I cannot find it. I even tried to delete everything related to R and
2010 Jan 23
2
fatal error unable to restore saved data in .rdata
Dear R help team, I am trying to open R to continue my analysis but it doesn't want to open and I get this message "fatal error unable to restore saved data in .rdata". I don't know what went wrong ( iam using Windows). Could you please help me on this? Thanks a lot Best Regards Saad [[alternative HTML version deleted]]
2006 Sep 23
1
Fatal error: unable to restore saved data in .RData --- no package called 'nlme'
I am using Windows XP and R 2.3.1. During my lastest session I updated my packages and now when I try to start R 2.3.1 I get the following error message: Fatal error: unable to restore saved data in .RData in an error window and Error in loadNamespace(name): there is no package called 'nlme' in the R console. I had been using nlme and lme4 when I updated my packages. I did a search on
2009 Mar 07
0
Fatal error: unable to restore saved data in .Rdata
To r-help Forum: I have downloaded R 2.8.1 and stalled it on my WinXP platform in folder: "C:\Program Files\R\R-2.8.1\bin\R.exe" R has worked properly with my data files and packages, which one call, past. However, this week I decided to move the data files and packages to different location: "C:\SIDATA" Now I am experiencing crashes in R and I receive the following
2008 Oct 10
2
Fatal error: unable to restore saved data in .RData
Hello, I am unable to start an R session by double-clicking on an existing .RData file from the Windoze file explorer. A dialogue appears with the message "Fatal error: unable to restore saved data in .RData", and I notice in the R Console the last few lines are: "Loading required package: R2HTML NULL error in function () : unused argument(s) (1:43)" I tried starting
2008 Jan 26
5
double-click in RData file versus load( file )
hello all, when I start up the R and I execute o follow code: > ls() character(0) > x=123 > assign("test_x", x, envir = .GlobalEnv ) > ls() [1] "test_x" "x" > setwd('C:\\R\\etc') > save.image('TEST.RData') > q('no') I have two different behaviours: (a) - when I start up R again by "double click" in
2013 Jan 11
1
Patch for setwd() to show path in error message
Below is a patch for setwd() to show path in error message. Current it just gives error messages such as: Error in setwd(libdir) : cannot change working directory with the patch it should (read untested) give: Error in setwd(libdir) : cannot change working directory to 'path/that/fails/' PATCH: % diff -u util.c "util,patch.c" --- util.c 2012-12-16 13:13:05.002249900
2004 Jun 17
1
problem with restore and some .RData
Hi, I have problem with the restore function in some .RData using R 1.9.0 Look the error: [ronaldo at zeus RAnalise]$ R ... Error: object 'family' not found whilst loading namespace 'MASS' Fatal error: unable to restore saved data in .RData But if I load this .RData with the load() function all objects are recovered. [ronaldo at zeus RAnalise]$ R --no-restore-data ... > ls()
2010 Aug 15
1
Trouble loading "saved" Rdata
In the particular application I have I save "test.Rdata" to a sub directory dir<-"Example" dir.create(dir) test<-data.frame(a=c(1,2,3),b=c(3,4,5) full<-file.path(dir,"test.Rdata,fsep=.Platform$file.sep) save(test,file=full) load(full) returns NULL it works fine when the object is saved to the working directory, but fails when saved to a sub directory. The Rdata
2010 Aug 01
3
Can saved R object .RData files be loaded by more than one R sessions for read only purpose?
Especially for large ff objects. Xiaobo.Gu [[alternative HTML version deleted]]
2004 Jun 10
1
.Random.seed saved in .RData
Is it intentional that the .Random.seed is saved in .RData? If people run multiple sessions from the same directory they will get the same intial seed setting, which seems a bit dangerous. I don't often save my session nor run two sessions in the same directory, so I have never run it this, but there was a question on r-help where it may have been an issue. Paul Gilbert
1999 Jan 27
1
cant restore .Rdata
Hi Folks, I loaded a couple of quite large data sets into an R session and then quit (after saving the image). Now I get: Error: a read error occured Fatal error: unable to restore saved data (remove .RData or increase memory) after trying to start my R session using something like: R --vsize XXX --nsize 1000000 For any value of XXX (I went up to 300 or 400, which is as high as I could go.
1998 Jan 02
0
is .Dyn.libs saved in .Rdata?
I seem to be having problems with the value of .Dyn.libs being saved between sessions. The value is being assigned in library.dynam by assign(".Dyn.libs", c(.Dyn.libs, name), envir = .GlobalEnv) I don't know enough about R environments to decide if this means it will be saved between sessions if the workspace is saved and restored. If so, this should be changed
2009 Jan 27
2
Package (PR#13475)
Full_Name: Partho Bhowmick Version: 2.8.1 OS: Windows XP Submission from: (NULL) (199.43.48.131) While trying to install package sn (I have tried multiple mirrors), I get the following message trying URL 'http://www.revolution-computing.com/cran/bin/windows/contrib/2.8/sn_0.4-10.zip' Content type 'application/zip' length 320643 bytes (313 Kb) opened URL downloaded 313 Kb
2006 Aug 09
1
unable to restore saved data
Lately, when I try to open R I get the following error message: Error: object 'time' not found whilst loading namespace 'tseries' Fatal error: unable to restore saved data in .RData If I rename .RData to RData.RData and then try opening R again it works. Then I can load("RData.RData") without a problem. But if I try saving my workspace (as the default,
2010 Jun 25
2
fatal error: unable to restore saved data
I just installed the R 2.11.1 version on my computer and I encountered a fatal error: "Unable to restore saved data in .RData" and kick me out of R right away. I still can run 2.10.2. There is no package called "rattle" I checked various posts regarding this error. I still can't get it to work. I removed two files that had .rdata extension and still does not work.