[Rd] Re: Method dispatch S3/S4 through optimize()

2004-11-18 Thread roger koenker
I am far from an expert on S4 method dispatch, so at the risk of embarrassing myself I will just indicate how the det() function is written in SparseM now in the hope that someone else will see the source of the problem: setGeneric("det") setMethod("det","matrix",get("det", pos=NULL, mode= "func

[Rd] Method dispatch S3/S4 through optimize()

2004-11-18 Thread Roger Bivand
I have been running into difficulties with dispatching on an S4 class defined in the SparseM package, when the method calls are inside a function passed as the f= argument to optimize() in functions in the spdep package. The S4 methods are typically defined as: setMethod("det","matrix.csr", functi

Re: [Rd] Declaration of RuleThickness() in src/main/plotmath.c (PR#7380)

2004-11-18 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: > Full_Name: Wolfgang Huber > Version: R-2.0.1 > OS: HP-UX B.11.23 ia64 > Submission from: (NULL) (81.104.215.6) > > > Hi, > > I hope I am not missing something basic... I am using a somewhat exotic > compiler > and OS, but if I understand what I am seeing the proble

[Rd] Declaration of RuleThickness() in src/main/plotmath.c (PR#7380)

2004-11-18 Thread huber
Full_Name: Wolfgang Huber Version: R-2.0.1 OS: HP-UX B.11.23 ia64 Submission from: (NULL) (81.104.215.6) Hi, I hope I am not missing something basic... I am using a somewhat exotic compiler and OS, but if I understand what I am seeing the problem is more general: In src/main/plotmath.c, the fo

Re: [Rd] Building Packages on Windows using .Rbuildignore (PR#7379)

2004-11-18 Thread Gabor Grothendieck
stats.uwo.ca> writes: : : On Thu, 18 Nov 2004 00:38:47 + (UTC), Gabor Grothendieck : myway.com> wrote : : : >DIFFERENCE BETWEEN USING .RBUILDIGNORE AND NOT : > : >The reason that the processing is different according to whether one : >uses .Rbuildignore or not is that : > R CMD build

Re: [Rd] Building Packages on Windows using .Rbuildignore (PR#7379)

2004-11-18 Thread maechler
> "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]> > on Thu, 18 Nov 2004 16:36:03 +0100 (CET) writes: Duncan> On Thu, 18 Nov 2004 00:38:47 + (UTC), Gabor Duncan> Grothendieck <[EMAIL PROTECTED]> wrote : >> DIFFERENCE BETWEEN USING .RBUILDIGNORE AND NOT >> >> The

Re: [Rd] modification of BATCH

2004-11-18 Thread Douglas Grove
No problem. I wasn't sure if there were std. situations in which extraneous arguments (i.e. arguments not meant to be interpretted by R or BATCH) would be passed. In that case it would not be a big deal to put an error check on this. I've modified my version of BATCH to handle my issues, I was

Re: [Rd] modification of BATCH

2004-11-18 Thread Tony Plate
If you want to avoid typing, why not just use a shell that offers file-name completion? Lots do. That would seem to address the problem in the place where it arises. I don't think it would be a good idea to make R try to guess whether it really should use the second argument after BATCH as an

Re: [Rd] Building Packages on Windows using .Rbuildignore (PR#7379)

2004-11-18 Thread Paul Gilbert
[EMAIL PROTECTED] wrote: On Thu, 18 Nov 2004 00:38:47 + (UTC), Gabor Grothendieck <[EMAIL PROTECTED]> wrote : DIFFERENCE BETWEEN USING .RBUILDIGNORE AND NOT The reason that the processing is different according to whether one uses .Rbuildignore or not is that R CMD build takes the .Rbuildign

Re: [Rd] Building Packages on Windows using .Rbuildignore (PR#7379)

2004-11-18 Thread murdoch
On Thu, 18 Nov 2004 00:38:47 + (UTC), Gabor Grothendieck <[EMAIL PROTECTED]> wrote : >DIFFERENCE BETWEEN USING .RBUILDIGNORE AND NOT > >The reason that the processing is different according to whether one >uses .Rbuildignore or not is that > R CMD build >takes the .Rbuildignore file into ac

[Rd] R bug ?? (PR#7378)

2004-11-18 Thread cig69410
--Apple-Mail-1-74005136 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=SHIFT_JIS; format=flowed Sometime, R generates following warning message. To restore, I must press command+. > edit(tolerance) 2004-11-18 11:07:27.003 R[420] *** NSTimer discard

[Rd] Re: [R] Redirect standard input and output of R

2004-11-18 Thread Paul Roebuck
On Wed, 17 Nov 2004, Victor Robles wrote: > I'm trying to write a C program that write to the standard input of R > and read the standard output. I can perfectly read the R output, but > I'm not able of writing anything to R. > [SNIP C code] Several years ago, I wrote some software that used S-pl

[Rd] Re: [R] R/S-related projects on Sourceforge? Trove Categorization

2004-11-18 Thread Witold Eryk Wolski
Hi, This are the project which I have extracted from all your mails. 1. http://sourceforge.net/projects/rpgsql/ R PostgreSQL Interface 2. http://sourceforge.net/projects/r-spatial/ R package for spatial data classes 3. http://sourceforge.net/projects/rpy/ RPy (R from Python) 4. ht

Re: [Rd] R will not start - missing library? (PR#7377)

2004-11-18 Thread Stefano Iacus
Hi Adam, you should remove the old RAqua code which is apparently still on your system given the error message. On Panther (10.3+) you should install the corresponding .pkg you find in the R-2.0.1 disk image. The readme says that you have to remove manually the old RAqua. stefano > Full_Name: