Re: [Rd] index.search

2014-06-16 Thread Martin Maechler
> Adrian Dușa > on Mon, 16 Jun 2014 08:33:59 +0300 writes: > On Mon, Jun 16, 2014 at 6:37 AM, Gabriel Becker > wrote: >> [...] You can. This is valid R source, so the parser >> will understand it >> >> expr = parse(text= example("deMorgan", package="QCA",

Re: [Rd] index.search

2014-06-16 Thread Adrian Dușa
Oh my... this is so simple, why didn't I think of that...? Thanks a lot Martin, beautiful, Adrian On Mon, Jun 16, 2014 at 10:32 AM, Martin Maechler wrote: >> Adrian Duºa >> on Mon, 16 Jun 2014 08:33:59 +0300 writes: > > > On Mon, Jun 16, 2014 at 6:37 AM, Gabriel Becker > >

Re: [Rd] index.search

2014-06-16 Thread Brian Lee Yung Rowe
Thanks for the great insight. I love that there's always something else to learn in R. ••••• Brian Lee Yung Rowe Founder, Zato Novo Professor, M.S. Data Analytics, CUNY On Jun 16, 2014, at 3:34 AM, Martin Maechler wrote: >> Adrian Dușa >>on Mon, 16 Jun 2014 08:33:59 +0

Re: [Rd] index.search

2014-06-16 Thread Duncan Murdoch
On 16/06/2014 3:32 AM, Martin Maechler wrote: > Adrian Dușa > on Mon, 16 Jun 2014 08:33:59 +0300 writes: > On Mon, Jun 16, 2014 at 6:37 AM, Gabriel Becker > wrote: >> [...] You can. This is valid R source, so the parser >> will understand it >> >> exp

Re: [Rd] index.search

2014-06-16 Thread Adrian Dușa
On Mon, Jun 16, 2014 at 10:32 AM, Martin Maechler wrote: > [...] > > Apropos "not the right tool". I'm a bit astonished that nobody > mentioned the fact R already provides "the tool" to > automatically compare all example outputs with a previous > version (of the packages example outputs): As ap

Re: [Rd] what is the current correct repos structure for mac osx binaries?

2014-06-16 Thread Skye Bender-deMoll
Dear R-devel, Apologies for the confusing typo in the reported paths my previous question, thanks to Simon for providing the answer that the default repository type on the mac is now "mac.binary.mavericks" not "mac.binary" as the docs for install.packages state. Perhaps the docs for install

[Rd] model.frame and parent environment

2014-06-16 Thread Therneau, Terry M., Ph.D.
Someone has reported a problem with predict.coxph that I can't seem to solve. The underlying issue is with model.frame.coxph; the same issue is also found in lm so I'll use that for the example. -- > test <- data.frame(y = 1:10 + runif(10), x=1:10) > myfun <- function

Re: [Rd] what is the current correct repos structure for mac osx binaries?

2014-06-16 Thread Simon Urbanek
On Jun 16, 2014, at 1:18 PM, Skye Bender-deMoll wrote: > Dear R-devel, > > Apologies for the confusing typo in the reported paths my previous question, > thanks to Simon for providing the answer that the default repository type on > the mac is now "mac.binary.mavericks" not "mac.binary" as th

Re: [Rd] model.frame and parent environment

2014-06-16 Thread Prof Brian Ripley
On 16/06/2014 19:35, Therneau, Terry M., Ph.D. wrote: Someone has reported a problem with predict.coxph that I can't seem to solve. The underlying issue is with model.frame.coxph; the same issue is also found in lm so I'll use that for the example. -- > test <- data.fr

Re: [Rd] model.frame and parent environment

2014-06-16 Thread Therneau, Terry M., Ph.D.
I had a typo in the prior example when transcribing from R to the message, now corrected below. (The call to myfun). My apologies for that. Corrected message below. Someone has reported a problem with predict.coxph that I can't seem to solve. The underlying issue is with model.frame.coxph;