search for: gfeeney

Displaying 15 results from an estimated 15 matches for "gfeeney".

Did you mean: feeney
2000 Mar 30
0
forwarded message from Griffith Feeney
...lt;wwwadmin@cran.r-project.org>; Wed, 29 Mar 2000 21:35:12 +0200 Received: from homebrew.hawaii.rr.com ([24.31.70.87]) by hawaii.rr.com with Microsoft SMTPSVC(5.5.1877.447.44); Wed, 29 Mar 2000 09:35:46 -1000 Message-Id: <3.0.5.32.20000329093550.007be910@pop-server.hawaii.edu> X-Sender: gfeeney@pop-server.hawaii.edu X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" From: Griffith Feeney <gfeeney@hawaii.edu> To: wwwadmin@isildur.ci.tuwien.ac.at Subject: problem posting to r-help list Date: Wed, 29 Mar 2...
2009 Jul 23
2
Constructing lists (yet, again)
This is an attempt to rescue an old R-help question that apparently received no response from the oblivion of collective silence, and besides I'm also curious about the answer > From: Griffith Feeney (gfeeney at hawaii.edu) > Date: Fri 28 Jan 2000 - 07:48:45 EST wrote (to R-help) > Constructing lists with > > list(name1=name1, name2=name2, ...) > > is tedious when there are many objects and names are long. Is there > an R > function that takes a character vector of object nam...
2001 May 19
2
calculations on diagonals of a matrix
Given an nxm matrix A I want to compute the nxm matrix B whose ij-th element is the sum of the elements of A lying on the diagonal that ends with element ij, i.e., b_ij = a_ij + a_(i-1)(j-1) + a_(i-2)(j-2) + ... In APL (which I no longer use), I would use the 'rotate' operator to derive an array whose columns are diagonals of the given array and then cumulate down columns. Is
2000 Aug 19
1
Exporting graphics to PS or EPS
...(not, >say, a Web site) use a re-scalable vector format, namely postscript, PDF or > (on Windows) W/EMF. To second Prof. Ripley, the point of PostScript is that is a device-independent, resolution-independent page description language. On Fri, 18 Aug 2000 10:36:53 -0400, Griffith Feeney <gfeeney at hawaii.edu> wrote: >I don't have much experience with this, but I think you may want eps for >use in TeX documents. You might want to have a look at You absolutely want to use EPSF or instead of PS for any graphic that you are going to paste into another document. That's the w...
2000 Oct 24
0
R: R-1.1.1 for Debian 2.2
>MJ Ray <mjr at stats.mth.uea.ac.uk> writes: > >> Griffith Feeney <gfeeney at hawaii.edu> writes: >> > I couldn't get 'apt-get install r-base' to work at step 2: it installs the >> > older version of R rather than 1.1.1 and complains incessantly about not >> > being able to stat source package list. This apt-get command did result...
2000 Feb 02
1
"Use a command like x <- vi() to recover"
Subject command doesn't work with rw0901 running on win95 (of course) so, after looking at the vi and emacs code, I put textpad <- function(name = NULL, file = ""){ edit(name, file, editor = "g:\\textpad\\txtpad32.exe") } Now x <- textpad() brings up the botched code in the textpad editor, as expected, but when I try to save changes I get an "Access to
2000 Aug 20
0
Fwd: Re: Exporting graphics to PS or EPS
...format, namely postscript, PDF or > > > (on Windows) W/EMF. > > > > To second Prof. Ripley, the point of PostScript is that is a device- independent, resolution-independent page description language. > > > > On Fri, 18 Aug 2000 10:36:53 -0400, Griffith Feeney <gfeeney at hawaii.edu> wrote: > > >I don't have much experience with this, but I think you may want eps for > > >use in TeX documents. You might want to have a look at > > > > You absolutely want to use EPSF or instead of PS for any graphic that > you are going t...
2000 Mar 30
2
Re: problem posting to r-help list
...INSTALL says: You will also need suitable versions of at least make, sh, rm, sed, (g)awk, mkdir, echo, cp, cut, diff, grep, egrep, pwd, expr and cat; we use those from the cygwin distribution (http://sourceware.cygnus.com/cygwin and several mirrors). > From: Griffith Feeney <gfeeney@hawaii.edu> > To: wwwadmin@isildur.ci.tuwien.ac.at > Subject: problem posting to r-help list > Date: Wed, 29 Mar 2000 09:35:50 -1000 > > Attempting to build R-1.0.0 from source I get the following. > > F:\rw1000\src\gnuwin32>make BUILD=MINGW32 > mkdir -p ../../bin &g...
2000 Mar 30
2
Re: problem posting to r-help list
...INSTALL says: You will also need suitable versions of at least make, sh, rm, sed, (g)awk, mkdir, echo, cp, cut, diff, grep, egrep, pwd, expr and cat; we use those from the cygwin distribution (http://sourceware.cygnus.com/cygwin and several mirrors). > From: Griffith Feeney <gfeeney@hawaii.edu> > To: wwwadmin@isildur.ci.tuwien.ac.at > Subject: problem posting to r-help list > Date: Wed, 29 Mar 2000 09:35:50 -1000 > > Attempting to build R-1.0.0 from source I get the following. > > F:\rw1000\src\gnuwin32>make BUILD=MINGW32 > mkdir -p ../../bin &g...
2000 Oct 17
5
R for Debian 2.2
I've recently installed Debian/GNU Linux 2.2. The R package on the debian website and Official CD is 0.90.x, so I checked cran for a more recent deb package, with the following result. homebrew:~# apt-get install r-base Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you
2000 Sep 20
1
'fixing' list components
I have a list x (say) that will contain many inputs to and outputs a model. x$input1 <- assign.input1(parameter1, parameter2) is one way to assign input1, but it would be neater to be able to do assign.input1(x, parameter1, parameter2) Is this a good idea? If so, what is a good way to do it? -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing
2000 Feb 08
2
increasing scrollback lines/rw0901
I'd like to increase the number of lines available via the vertical scrolling bar when running RGui.exe under win95. Would think this is set in options() or /etc/Rconsole, but haven't been able to figure out how. Note that it's output I'm concerened with viewing, not the command history. Can anyone help? Thanks!
2001 Feb 09
1
demo(tkttest) exits with error messages
I've just installed tcl version 8.3 for windows for use with rw1021, running on win95 (4.00.950). demo(tkttest) gives the following error messages. > require(tcltk) || stop("tcltk support is absent") Loading required package: tcltk Error in firstlib(which.lib.loc, package) : TCL_LIBRARY is not set Error in eval.with.vis(expr, envir, enclos) : tcltk support is
2000 Jan 30
1
character vectors not wrapping
A character vector with a single component consisting of a long string gets truncated with $ on the right side of the R console window. The preceding sentence, for example, assigned to 'test' by cut and paste, renders like this (window maximized, 17" monitor, 800x600, if this matters): [1] "A character vector with a single component consisting of a long string gets truncated
2000 Jul 11
2
parsing dir output for file sizes
I've got an R wrapper around an old DOS program. In the R program I need to test whether the DOS program failed to produce certain output. This is indicated by certain text files created by the DOS program being empty. I can use system(command, intern=TRUE) to get the output of a DOS dir for a test file, but I'm having trouble parsing this to get the file size. Is there an R function