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
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
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
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
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
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