similar to: loading fortran with Redhat 5.1

Displaying 20 results from an estimated 900 matches similar to: "loading fortran with Redhat 5.1"

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
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 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
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
2001 Oct 13
0
corrupted .RData
Hello All, I'm suffering from a corrupted .RData which I believe arose from a shutdown while the session was in the process of saving the image. I wonder if theres something I can do to recover the data? (the fatal error message is contained below) Unfortunately, there was quite a bit of new code prior to my latest backup, which I would hate to rewrite. kind regards andy
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
1999 Apr 14
2
character vector as input to function?
I would like to have a function that inputs a file name, then reads that data file and does various stuff to it. Something like: doit<-function(filename) { x<-scan("~/rstuff/data/"filename) #for example, if filename is a0.dat, it will scan("~/rstuff/data/a0.dat") ... } Can someone please tell me how to do this? Thanks for any help! Bill Simpson
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.
2008 Sep 05
1
Trouble with R CMD check: I can't seem to get dependencies right (maybe I'm using R_LIBS incorrectly?)
Hi there, I'm in the following directory: ~/Documents/Rstuff/diceFiles/dice_1.1 The directory "dice" is in this directory, with all the usual build files (DESCRIPTION, NAMESPACE, etc). I'm trying to run the following command: R CMD check dice (where "dice" is the name of the package I'm checking), and I get the following: * checking package dependencies ...
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
2005 Jun 15
2
Reading Excel files...Error
hi, i am using the RODBC package to read .xls files. now after i installed the package and loaded the library and tried to read a file this is the error i got. >channel<-odbcConnect("D:/rstuff/1.xls") Warning messages: 1: [RODBC] ERROR: state IM002, code 0, message [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified 2: ODBC connection failed
2008 Feb 25
1
efficient is.na tabulation?
I am aware of table(is.na(df$var)) but is there an efficient way of create a table that shows the number of missing values in each variable of a data frame? Right now I am forced to create a new variable, varna<-is.na(df$var), for each variable of the data frame, bind them to a new data frame and tabulate it, but surely there is a simpler way? any help is greatly appreciated, angelo
2016 Jan 15
1
Embedding com32 modules and ldlinux.sys into one file
Google search freedos rom found two source-available implementations: https://web.archive.org/web/20050104085311/http://rayer.wz.cz/romos/romose.htm https://web.archive.org/web/20040806022202/http://linux.tu-varna.acad.bg/~lig/romdsk/ On 15 January 2016 at 13:43, Sergii Kolisnyk <kolkmail at gmail.com> wrote: > As for BIOS, there are single-sector base memory (real mode) memdisk >
2006 Sep 01
2
Local library under Windoze.
Continuing to try to customize my environment for using R under Windoze, I experimented with installing a package from CRAN in a local library ``Lib''. I created the directory ``Lib'' in the folder in which R starts, and then executed > install.packages("abind",lib="Lib") Everything went according to form (I got prompted to choose a mirror, etc.) until
2010 Mar 10
1
R CMD check issue with soft-linked directory
I've been having some strange problems with R CMD check in the last couple of days, but now believe I have localized the issue. I had been running Ubuntu Hardy on one drive and then upgraded to Jaunty, but put Jaunty on a different drive. I continue to be able to boot Hardy when I wish. I soft-linked my R working area i.e., /home/john/Rstuff ----> /media/lnx804/home/john/Rstuff
2009 Oct 11
2
Social networking around R
Hi R users, I'd be interested in what R users think about social networking around all things R. For this, I've set up a social network @ www.rstuff.socialgo.comand it would be great if you could post your comments on the forum created for this discussion. The News section has feeds from some of the R related blogs I've been following. I'm hoping for a central resource that keeps
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
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