Re: [R] Writing Rd files dor package

2004-03-10 Thread Michael Mader
In general, it's advantageous to do a check before the build (R CMD check mypackage on Linux/UNIX). R CMD check extensively checks the Rd-formatting and might give you a hint on what's wrong with your Rd-files. However, it's quite hard to diagnose problems without having the problem-causing

Re: [R] no subject [list.files]

2004-02-24 Thread Michael Mader
Hi, have a look at list.files() and import them in a loop or similar. Regards Michael Claudia Paladini wrote: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on hypatia.math.ethz.ch X-Spam-Status: No,

Re: [R] Doubt about pattern

2004-01-29 Thread Michael Mader
Marcelo Luiz de Laia wrote: [...] only the files that finish in .sens.. I execute the command below, files - dir(pattern=*.sens) files - list.files(./, \.sens$) -- Michael T. Mader Institute for Bioinformatics/MIPS, GSF Ingolstaedter Landstrasse 1 D-85764 Neuherberg 0049-89-3187-3576

Re: [R] Roracle pre-compile error?

2004-01-20 Thread Michael Mader
Hi as the Error message tells you: proc (the Pro*C precompiler of Oracle) is not in the $PATH variable. Perhaps you try to compile on a Oracle Client box w/o the complete development client? Regards Michael Christian Schulz wrote: Hi, trying ROracle failed? I'm using Oracle.8.1.7 which

Re: [R] Binaries for ROracle and V 1.8. needed

2003-11-04 Thread Michael Mader
Hi Claus Gwiggner wrote: there is no Oracle Client on my machine (Redhat Linux 9.0/686i, R1.8.0). I cannot thus compile the ROracle package. You can in principle: Copy libs and the tnsconfig from the Oracle server manually (no fun, but at least for Ora8i I managed this in some 30 min).

[R] Rdinfo verbosity increased in 1.8.0?

2003-10-08 Thread Michael Mader
Hi, my out-of-the-box installation of R-1.8.0 on Tru64 (OSFv5.1) results in an tremendously increased verbosity of Rdinfo. Is it really intended that Rdinfo complaints about minor mistakes like missing empty lines at the end given the very variable quality of Rd-pages? Is there a way to

Re: [R] 64-bit Oracle interface

2003-09-24 Thread Michael Mader
Hi, this is clearly not a problem of ROracle but very likely one of the client configuration/connection stuff. Is TNS on the client configured correctly (looks like the client cannot map the server and, hence, does not find the listener; very common Oracle mistake)? Regards Michael Joerg

Re: [R] Making R packages (Unix)

2003-09-10 Thread Michael Mader
Gattuso, Jean-Pierre wrote: Hi: I have have taken over from a colleague who prepared an R package and failed to build it on Windows. I am doing this with unix as I am a mac user. Below is the output I get when I use the build command: [gattuso:unix/R/CO2.Rcheck] gattuso% R CMD build

[R] RFE implemented?

2003-08-03 Thread Michael Mader
Hi, is there an implementation of RFE (recursive feature elimination; see e.g. Guyon et al. 2002, Furlanello et al. 2003) existing in R? Thanks for your help! Regards Michael -- Michael T. Mader Institute for Bioinformatics/MIPS, GSF Ingolstaedter Landstrasse 1 D-80937 Neuherberg

Re: [R] Three graphs

2003-03-31 Thread Michael Mader
Kenneth Cabrera wrote: How can I obtain 3 graphics in a page but, one on the top and centered, and the other two in the bottom ? ?par but probably R-intro is what you need Cheers Michael -- Michael T. Mader Institute for Bioinformatics/MIPS, GSF Ingolstaedter Landstrasse 1 D-80937

Re: [R] getMethod in a setMethod context

2003-03-09 Thread Michael Mader
Hi Laurent, what about something like setMethod(f, signature(B), definition=function(obj){ f(as(obj, A) }, where=where) Cheers Michael -- Michael T. Mader Institute for Bioinformatics/MIPS, GSF Ingolstaedter Landstrasse 1