Displaying 20 results from an estimated 1000 matches similar to: "help with "attach""
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
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
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
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
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
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
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 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 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
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 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
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
2011 Mar 19
2
problem running a function
Dear people,
I'm trying to do some analysis of a data using the models by Royle & Donazio
in their fantastic book, particular the following function:
http://www.mbr-pwrc.usgs.gov/pubanalysis/roylebook/panel4pt1.fn
that applied to my data and in the console is as follows:
> `desman.y` <- structure(c(3L,4L,3L,2L,1L), .Names = c("1", "2", "3",
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>
1999 Jan 07
2
math symbols in plot text: 2nd try
Ok, I think my first mail didn't get through so I'll try this again.
Please disregard.
I'm trying to use subscripts on plot text.
The help files say this can be done and give several example.
I'm trying to do: P_{2} (for example) and so I tried:
text(5,2,expression(P_{2}))
which doesn't work. There are no subscript examples. I recall
someone telling me that latex-like
2006 Oct 17
9
Ferret Smoke Test
Hey folks,
I''ve added a smoke test script to Ferret. It is named smoke_test.rb
and it can be found in the base of the working directory.
So what are you supposed to do with it you ask? Well, if you want to
help keep Ferret working on your system of choice then set up a cron
task to run this script regularly. What the script does is call `svn
update` to get the latest working revision.
2006 Nov 22
2
acts_as_ferret, Displaying score on a search results page
Am I missing something or would I need to use find_id_by_contents and
populate a results list with my own objects (or add ''score'' to my AR
instances and populate that) in order to be able to get a score out when
iterating the results (like on a search results page)?
Said another way, it seems find_by_contents does not provide any access
to score in the resulting list. Is
2006 Oct 15
12
Very small scores for search results
Hi Everyone,
I''m using Ferret 0.10.11 with acts_as_ferret from SVN (same results with
0.10.10 and 0.10.9 though).
I''m running into an odd problem where the scores of my top-ranking
search results are ridiculously small - even when the query is one that
should match at least one document with a decent score.
To give an example, I have just the names of 5 businesses indexed