Re: [Rd] Incorrect display of b[hat((a))] expression in plots

2004-09-19 Thread Paul Murrell
Hi Uwe Ligges wrote: Paul Murrell wrote: Hi Uwe Ligges wrote: Confirmed. I might look at it during August, since the underlying code is not that new to me. If Paul (or anybody else from R Core) has not answered yet and there is not already a related bug report in the database, I'd suggest to sub

Re: [Rd] Incorrect display of b[hat((a))] expression in plots

2004-09-19 Thread Uwe Ligges
Paul Murrell wrote: Hi Uwe Ligges wrote: Confirmed. I might look at it during August, since the underlying code is not that new to me. If Paul (or anybody else from R Core) has not answered yet and there is not already a related bug report in the database, I'd suggest to submit a bug report. Ye

[Rd] Namespace problem

2004-09-19 Thread gb
Now I try to add some C and Fortan code to my package, so the NAMESPACE file is useDynLib(eha) importFrom(survival, Surv) export(mlreg.fit, risksets) but I get . * checking R files for library.dynam ... OK * checking S3 generic/method consistency ... WARNING Error in .try_quietly({ : Error

[Rd] Re: NAMESPACE Warning

2004-09-19 Thread gb
On Sun, Sep 19, 2004 at 05:57:41PM +0200, wrote: > I'm trying to learn how to use namespaces, so I have created a small > package with two functions. My NAMESPACE file is > > importFrom(survival, Surv) > export(mlreg.fit, risksets) > > because 'mlreg.fit' uses 'Surv' from 'survival'. However I g

[Rd] NAMESPACE Warning

2004-09-19 Thread gb
I'm trying to learn how to use namespaces, so I have created a small package with two functions. My NAMESPACE file is importFrom(survival, Surv) export(mlreg.fit, risksets) because 'mlreg.fit' uses 'Surv' from 'survival'. However I get * checking package dependencies ... WARNING Namespace depend

Re: [Rd] Rcmd problems and questions, lazyloading

2004-09-19 Thread Uwe Ligges
Kjetil Brinchmann Halvorsen wrote: Uwe Ligges wrote: Kjetil Brinchmann Halvorsen wrote: Hola! I got past the problems I asked about two days ago, thanks. No I am updating CRAN package asypow (the daily package check on CRAN gave warnings due to .Rd problems, fixed). Now it PASSED Rcmd check (Win