Displaying 20 results from an estimated 27 matches for "royles".
Did you mean:
roles
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
2008 Oct 13
6
Strange Lockup
...t shows the password box , I put in the password and then it locks up. But strangely the machine will boot from local disk which is an option on the boot menu.
Our config files are at the bottom of this mail.
Any help is appreciated. Or if you need any more info please let me know
Thanks,
Brett Royles
Senior ICT Technician
King Edward VII School
================== pxelinux.cfg/default =====================
# isolinux/pxelinux configuration file
# http://syslinux.zytor.com/menu.php
DEFAULT menu.c32
MENU BACKGROUND background.png
PROMPT 0
TIMEOUT 30
NOESCAPE 0
#ALLOWOPTIONS 0
#DISPLAY msgs/boot.m...
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 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 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
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 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 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 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
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 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>
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",
2003 Apr 07
3
Samba and Apache
does any one know if you can use apache to authenticate against a Windows 2000 AD for its folder permissions
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 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
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
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.