similar to: corrupted .RData

Displaying 20 results from an estimated 1300 matches similar to: "corrupted .RData"

1999 Jan 29
0
Re: follow-up
.RData files are *not* machine-independent! Thus, it doesn't mean the file is corrupted if it won't load on another machine. If the work in the file is quite valuable, you may wish to send email to r-devel at stat.math.ethz.ch where the R hackers hang out. [I used to hang out there, but have been trying to work on my dissertation instead! The patch I gave was one I needed to load my
1998 Nov 18
1
loading fortran with Redhat 5.1
Hi All, I'm running R 0.63 on Redhat 5.1 and when I attempt to load a fortran routine I get: > dyn.load("/home/royle/Rstuff/varna.o") Error in dyn.load(x) : unable to load shared library "/home/royle/Rstuff/varna.o" this function varna.o was compiled with: gcc -c varna.f with no errors or warnings. Does anyone have any thoughts on this? Thanks! (and thanks to
1999 Sep 20
3
image legend
Dear R users, Does anyone have a function for putting a legend on an image plot? I couldn't locate an R equivalent of image.legend....has anyone written such a thing? kind regards andy --------------------------------------------------------------------- J. Andy Royle, U.S. Fish and Wildlife Service - Office of Migratory Bird Management; 11510 American Holly Drive , Laurel, MD
1998 Nov 09
1
help with "attach"
Hello, I've been migrating my computing to R and have not had any major problems running old Splus programs in R. However, the one thing I am missing is the ability to attach directories full of general utility functions from whereever I happen to fire up an R session. As a consequence, I find myself making many duplicate copies of these little general purpose functions by cutting and
1998 Dec 02
0
benchmarks
While we're on the subject, I ran a few tests on several of our platforms here and although I don't claim that these are very sophisticated (or even general), I did find some results that were interesting to me (in determining my computing platform). This is my summary: (1) Matrix operation benchmark on a Sun Sparc 20: R : 69 seconds S+: 43 seconds (2) Looping benchmark
1998 Jan 08
0
R-beta: pictex() under Windows 95
Got an error trying to run the PicTeX graphics driver in Version 0.50 Beta (Sept 29, 1997) of R under Windows 95. When I executed pictex() I got the following error message: Error in device("pictex", as.character(c(file, bg, fg)), c(width, height, : unable to start device pictex > It looks like the command exists but not the code to implement it. Mark Otto, Biological
1999 Dec 21
2
generating a sequence
Hi everyone I'm trying to generate a vector of the form a <- c(1,2,3,4,1,2,3,1,2,1) where n = 5 in a general way, where n can be any positive integer. I've run out of ideas. Does anyone have any suggestions? Thanks Karen Karen Kotschy Centre for Water in the Environment University of the Witwatersrand Johannesburg Tel: 011 716-2218
1999 Dec 21
2
generating a sequence
Hi everyone I'm trying to generate a vector of the form a <- c(1,2,3,4,1,2,3,1,2,1) where n = 5 in a general way, where n can be any positive integer. I've run out of ideas. Does anyone have any suggestions? Thanks Karen Karen Kotschy Centre for Water in the Environment University of the Witwatersrand Johannesburg Tel: 011 716-2218
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.
1999 Jan 29
1
Re: follow-up
From r-help-owner at stat.math.ethz.ch Fri Jan 29 13:40 NZD 1999 Date: Thu, 28 Jan 1999 16:38:36 -0800 (PST) From: "Gregory R. Warnes" <warnes at biostat.washington.edu> To: royle at penguin.irm.r9.fws.gov cc: R comments <r-help at stat.math.ethz.ch> Subject: [R] Re: follow-up MIME-Version: 1.0 .RData files are *not* machine-independent! Thus, it doesn't mean
1998 Dec 01
2
help files for libraries that aren't in the defaults library tree
Hello, I created a library for a bunch of functions that I use frequently so that I dont have to carry duplicate copies around to wherever I fire up an R sesssion. However, I have problems locating the help files for those functions. Here are some details. I created the library "myR" and installed this in /home/royle/R using: R INSTALL -l /home/royle/R /home/royle/Rpackages/myR
1998 Dec 01
2
help files for libraries that aren't in the defaults library tree
Hello, I created a library for a bunch of functions that I use frequently so that I dont have to carry duplicate copies around to wherever I fire up an R sesssion. However, I have problems locating the help files for those functions. Here are some details. I created the library "myR" and installed this in /home/royle/R using: R INSTALL -l /home/royle/R /home/royle/Rpackages/myR
2005 Jun 22
1
3 internet connexions - Problem with my script
Hi, I have a problem with my script. I have a debian with a kernel 2.6.8 patched with patch-2.6.8-ja1.diff of nano.txt site. I have 3 internet connections : - eth1 : - ip : 192.168.8.75 - gw : 192.168.8.73 - eth2 : - ip : 192.168.1.200 - gw : 192.168.1.2 - eth3 : - ip : 192.168.2.200 - gw : 192.168.2.1 and my eth0 for
1998 Dec 03
2
contour labelling [was "Re: image ()"]
> From: Martin Maechler <maechler at stat.math.ethz.ch> > To: royle at bearmtn-e0.cgd.ucar.edu > CC: lgygax at access.unizh.ch, r-help at stat.math.ethz.ch > Subject: contour labelling [was "Re: [R] image ()"] > Mime-Version: 1.0 (generated by tm-edit 7.106) > > >>>>> "Jeffrey" == Jeffrey A Royle <royle at bearmtn-e0.cgd.ucar.edu>
1998 Nov 18
2
[jar@oriole.er.usgs.gov: Re: [R] loading fortran with Redhat 5.1]
I can not answer this (message only to me). Certainly, some of you do.. Martin ------- Date: Wed, 18 Nov 1998 13:22:47 -0500 (EST) From: "J. Andy Royle" <jar@oriole.er.usgs.gov> To: Martin Maechler <maechler@stat.math.ethz.ch> Subject: Re: [R] loading fortran with Redhat 5.1 In-Reply-To: <199811181812.TAA26068@sophie.ethz.ch> Hi Martin, The reason I was
1999 Sep 19
1
error in loading shared libraries
Hi Folks, I have been using R for many months on my Intel box running RH 5.1 and just recently have run into the following problem: /home/royle> R /usr/local/share/R/bin/R.binary: error in loading shared libraries: /usr/local/share/R/bin/R.binary: undefined symbol: __setfpucw Can someone advise me on how to fix this problem? I haven't modified my system at all, other than to install
2004 May 17
1
Re: Load Balancing 4 cable modems, followed nano.txt
Hello, On Mon, 17 May 2004, Charles-Etienne.Dube wrote: > I did some tests with 2 cable modems, but now it is installed in a production > environment with 4 cable modems. At first, everything seemed to work fine.. > But now I had a couple of users tell me that some web pages were > not available while others were, and it semms to be a masquerading problem > since when I
2006 Nov 17
2
Getting R and .Rdata together again
Somehow, I've managed to have my .Rdata files become `disassociated' from the R program. I am running Windows XP Pro. I have re-installed R 2.4 in an attempt to have it re-associate itself with .Rdata files, but to no avail. .Rdata files are now associated with a file compression program or alternatively with Rgui.exe. .Rdata files are represented by the blue R, but double-clicking on
2009 Sep 14
1
How to extract partial predictions, package mgcv
Dear package mgcv users, I am using package mgcv to describe presence of a migratory bird species as a function of several variables, including year, day number (i.e. day-of-the-year), duration of survey, latitude and longitude. Thus, the "global model" is: global_model<-gam(present ~ as.factor(year) + s(dayno, k=5) + s(duration, k=5) + s(x, k=5) + s(y, k=5), family =
2006 Sep 21
4
CentOs 4.X and APF firewall issues
Hi, We have 7 Dell 2850 servers with dual xeon 3 gig processors running the APF firewall version 0.9.6 http://rfxnetworks.com/apf.php They run fine for a day or two, then suddenly lock out all incoming connections, other than the backend IP, sometimes restarting the firewall resolves this, but occasionally we may have to leave it 10 mins or so before restarting where it will actually