Re: [Rd] Not working with intel macs (PR#8608)

2006-02-15 Thread Kasper Daniel Hansen
Please read the R-sig-mac list (the list for special interest in R on Macs) for a discussion of universal binaries on the Mac Intel platform. /Kasper On Feb 15, 2006, at 5:46 PM, [EMAIL PROTECTED] wrote: > Full_Name: Dina Rego > Version: R Cocoa GUI 1.14 > OS: Intel Mac 10.4.4 > Submission fro

[Rd] Not working with intel macs (PR#8608)

2006-02-15 Thread drego . student
Full_Name: Dina Rego Version: R Cocoa GUI 1.14 OS: Intel Mac 10.4.4 Submission from: (NULL) (24.199.98.228) I recently bought the new intel imac and every program I had on my old computer (shareware and all) works on my new computer except R. When you double click it, it seems like it's going to

Re: [Rd] [R] repeated measurements and lme

2006-02-15 Thread Prof Brian Ripley
Please do not post to multiple lists. In this case R-help was more appropriate, but studying the posting guide was even more appropriate since you have not given enough information and the question is really statistical consulting not R. On Wed, 15 Feb 2006, [EMAIL PROTECTED] wrote: > I am tr

[Rd] [R] repeated measurements and lme

2006-02-15 Thread jonvaz
I am trying to do a repeated measurement anova using an lme. I have the following variables: -ID, the identification of the individual -trail, with 2 levels -treatment, with 3 -time, measure 5 times the same individual -VCL, the response variable I tried the following in

Re: [Rd] S3 generics without NS and cleanEx()

2006-02-15 Thread Torsten Hothorn
On Wed, 15 Feb 2006, Prof Brian Ripley wrote: > Torsten, > > The error is that .__S3MethodsTable__. ends up in the global environment. > Are you importing sctest (I can't see it)? I think that's the problem. > yes. But `strucchange' has no namespace and so I can't import `sctest' in the NAMESP

Re: [Rd] S3 generics without NS and cleanEx()

2006-02-15 Thread Prof Brian Ripley
Follow up: You said >> which is exported in party's namespace >> >> S3method(sctest, mob) but that's not true: it is registered not exported. You need to export it as strucchange does not have a namespace. On Wed, 15 Feb 2006, Prof Brian Ripley wrote: > Torsten, > > The error is that ._

Re: [Rd] S3 generics without NS and cleanEx()

2006-02-15 Thread Torsten Hothorn
On Wed, 15 Feb 2006, Prof Brian Ripley wrote: > Follow up: > > You said > >>> which is exported in party's namespace >>> >>> S3method(sctest, mob) > > but that's not true: it is registered not exported. You need to export it > as strucchange does not have a namespace. > export(sctes

Re: [Rd] S3 generics without NS and cleanEx()

2006-02-15 Thread Prof Brian Ripley
Torsten, The error is that .__S3MethodsTable__. ends up in the global environment. Are you importing sctest (I can't see it)? I think that's the problem. >From R-exts: The standard method for S3-style @code{UseMethod} dispatching might fail to locate methods defined in a package that is importe

[Rd] conflicting S4 generics

2006-02-15 Thread Torsten Hothorn
Good morning again, there is a second problem which keeps us from finishing new releases. Package `kernlab' defines a `fit' S4 generic and `modeltools' does as well (so this is kind of an internal communication problem). `party' and `kernlab' define methods for `fit' and export them in their n

[Rd] S3 generics without NS and cleanEx()

2006-02-15 Thread Torsten Hothorn
Good morning, we recently observed a problem with importing S3 generics from a foreign package (without namespace), defining a S3 method in a package _with_ namespace and the `cleanEx()' function which is automatically generated and executed before examples are run by R CMD check. To be more