Re: [Rd] [patch] Add support for editor function in edit.default

2014-09-09 Thread Scott Kostyshak
On Tue, Sep 9, 2014 at 2:24 AM, Deepayan Sarkar wrote: > On Sun, Aug 24, 2014 at 9:14 AM, Scott Kostyshak > wrote: >> On Tue, May 20, 2014 at 5:55 AM, Scott Kostyshak >> wrote: >>> Regarding the following extract of ?options: >>> ‘editor’: a non-empty string, or a function that is called

Re: [Rd] Looking for new maintainer of orphans R2HTML SemiPar cghseg hexbin lgtdl monreg muhaz operators pamr

2014-09-09 Thread Luca Sartore
Dear all, I will pick up monreg. Best regards, Luca Sartore 2014-09-08 1:03 GMT+02:00 Uwe Ligges : > > > On 08.09.2014 01:01, Gregory R. Warnes wrote: >> >> And I’ll pick up hexbin. > > > Err, that one has been adopted a month ago already. > > open are: > > SemiPar cghseg monreg > > > Best, > U

Re: [Rd] r wiki

2014-09-09 Thread Duncan Murdoch
On 09/09/2014, 2:45 AM, Philippe Grosjean wrote: > Yihui and Gábor, > > I agree with you, and I also think that using Travis CI would be very nice. > However, there are hundreds of page on the R wiki to migrate… and syntax is a > little bit different than Markdown. > > Of course, a solution wou

Re: [Rd] r wiki

2014-09-09 Thread Philippe Grosjean
On 09 Sep 2014, at 13:39, Duncan Murdoch wrote: > On 09/09/2014, 2:45 AM, Philippe Grosjean wrote: >> Yihui and Gábor, >> >> I agree with you, and I also think that using Travis CI would be very nice. >> However, there are hundreds of page on the R wiki to migrate… and syntax is >> a little b

Re: [Rd] r wiki

2014-09-09 Thread Philippe Grosjean
On 09 Sep 2014, at 14:14, Philippe Grosjean wrote: > > On 09 Sep 2014, at 13:39, Duncan Murdoch wrote: > >> On 09/09/2014, 2:45 AM, Philippe Grosjean wrote: >>> Yihui and Gábor, >>> >>> I agree with you, and I also think that using Travis CI would be very nice. >>> However, there are hundre

Re: [Rd] r wiki

2014-09-09 Thread Gábor Csárdi
[...] >> Yes, you are right. I have looked at Pandoc, but it only supports DokuWiki >> in output, not in input. > > Oh, by the way, I found this one: > https://github.com/ludoza/DokuWiki-to-Markdown-Converter > > PhG An probably you can keep the full history as well: https://github.com/hoxu/doku

Re: [Rd] r wiki

2014-09-09 Thread Martin Maechler
> Philippe Grosjean > on Tue, 9 Sep 2014 08:45:14 +0200 writes: > Yihui and Gábor, I agree with you, and I also think that > using Travis CI would be very nice. However, there are > hundreds of page on the R wiki to migrate… and syntax is a > little bit different than

Re: [Rd] Looking for new maintainer of orphans R2HTML SemiPar cghseg hexbin lgtdl monreg muhaz operators pamr

2014-09-09 Thread Uwe Ligges
On 09.09.2014 09:52, Luca Sartore wrote: Dear all, I will pick up monreg. Please try to coordinate efforts with Scott Kostyshak who offered the same thing yesterday. Best, Uwe Ligges Best regards, Luca Sartore 2014-09-08 1:03 GMT+02:00 Uwe Ligges : On 08.09.2014 01:01, Gregory R

Re: [Rd] Problem with order() and I()

2014-09-09 Thread Martin Maechler
> MacQueen, Don > on Mon, 8 Sep 2014 16:06:21 + writes: > I have found that order() fails in a rather arcane circumstance, as in > this example: >> foo <- I( c('x','\265g') ) >> order(foo) > Error in if (xi > xj) 1L else -1L : missing value where TRUE/FALSE ne

Re: [Rd] r wiki

2014-09-09 Thread Gábor Csárdi
FWIW, I have created a project for an R wiki engine @ github: https://github.com/gaborcsardi/r-wiki-engine The idea is that R developers and users can use this project to create R wikis, by simply cloning it, or including it as a git submodule. The basis will be Hadley's setup for his books; this

Re: [Rd] Problem with order() and I()

2014-09-09 Thread peter dalgaard
It's actually a little more complicated. I wrote a note, but it seems to be stuck in the outbox on my home machine (I probably forgot to click Send...). One important aspect is that > "x" < "\265g" [1] NA which makes me wonder if the bug really is in the case that "works". It seems that it is

Re: [Rd] Looking for new maintainer of orphans R2HTML SemiPar cghseg hexbin lgtdl monreg muhaz operators pamr

2014-09-09 Thread Hodgess, Erin
I'll do R2HTML, please. Thanks, Erin From: r-devel-boun...@r-project.org [r-devel-boun...@r-project.org] on behalf of Uwe Ligges [lig...@statistik.tu-dortmund.de] Sent: Tuesday, September 09, 2014 8:53 AM To: Luca Sartore Cc: c...@r-project.org; R-Devel S

Re: [Rd] Problem with order() and I()

2014-09-09 Thread MacQueen, Don
You are welcome. -Don Sent with Good (www.good.com) -Original Message- From: Martin Maechler [maech...@stat.math.ethz.ch] Sent: Tuesday, September 09, 2014 07:19 AM Pacific Standard Time To: MacQueen, Don Cc: R-devel@r-project.org Subject: Re: [Rd]

Re: [Rd] Looking for new maintainer of orphans R2HTML SemiPar cghseg hexbin lgtdl monreg muhaz operators pamr

2014-09-09 Thread Uwe Ligges
On 09.09.2014 17:01, Hodgess, Erin wrote: I'll do R2HTML, please. Thanks, but a new version with new maintainer is on CRAN already. Best, Uwe Ligges Thanks, Erin From: r-devel-boun...@r-project.org [r-devel-boun...@r-project.org] on behalf of Uw

Re: [Rd] r wiki

2014-09-09 Thread Baptiste Auguie
One small technical issue currently limiting the deployment of true reproducible wikis based on knitr + github-markdown is the lack of reverse synchronisation between the rendered output (markdown), edited online, and the original Rmd source. It think the combination of wiki features + reproducible

Re: [Rd] Problem with order() and I()

2014-09-09 Thread Martin Maechler
> peter dalgaard > on Tue, 9 Sep 2014 16:36:19 +0200 writes: > It's actually a little more complicated. I wrote a note, but it seems to be stuck in the outbox on my home machine (I probably forgot to click Send...). > One important aspect is that >> "x" < "\265g" >

Re: [Rd] r wiki

2014-09-09 Thread Gábor Csárdi
On Tue, Sep 9, 2014 at 10:29 AM, Baptiste Auguie wrote: > One small technical issue currently limiting the deployment of true > reproducible wikis based on knitr + github-markdown is the lack of reverse > synchronisation between the rendered output (markdown), edited online, and > the original Rmd

Re: [Rd] Problem with order() and I()

2014-09-09 Thread peter dalgaard
[This is the note I alluded to earlier today.] On 08 Sep 2014, at 18:06 , MacQueen, Don wrote: > I have found that order() fails in a rather arcane circumstance, as in > this example: > >> foo <- I( c('x','\265g') ) >> order(foo) > Error in if (xi > xj) 1L else -1L : missing value where TRUE/FA