Re: [R] R-(wiki)-pedia?

2004-10-08 Thread Barry Rowlingson
Here's a function for searching the Rwiki from R: rwiki.search - function(string){ RwikiURL=http://fawn.unibw-hamburg.de/cgi-bin/Rwiki.pl; RwikiSearchURL=paste(RwikiURL(),?search=,string,sep='') browseURL(RwikiSearchURL) return(invisible(0)) } Then you can do rwiki.search(gabor) and the

Re: [R] R-(wiki)-pedia?

2004-10-08 Thread David Forrest
On Fri, 8 Oct 2004, Barry Rowlingson wrote: Here's a function for searching the Rwiki from R: rwiki.search - function(string){ RwikiURL=http://fawn.unibw-hamburg.de/cgi-bin/Rwiki.pl; RwikiSearchURL=paste(RwikiURL(),?search=,string,sep='') browseURL(RwikiSearchURL)

Re: [R] R-(wiki)-pedia?

2004-10-07 Thread Dan Bolser
On Wed, 6 Oct 2004, Gabor Grothendieck wrote: Dan Bolser dmb at mrc-dunn.cam.ac.uk writes: : : Is there an R wiki? : : Looking at the huge amount of traffic on this list, I think wiki could be : an exelet outlet for all the constructive enthusiasm here. : : I don't think it would be too hard

Re: [R] R-(wiki)-pedia?

2004-10-07 Thread Gabor Grothendieck
Dan Bolser dmb at mrc-dunn.cam.ac.uk writes: : : On Wed, 6 Oct 2004, Gabor Grothendieck wrote: : : Dan Bolser dmb at mrc-dunn.cam.ac.uk writes: : : : : : Is there an R wiki? : : : : Looking at the huge amount of traffic on this list, I think wiki could be : : an exelet outlet for all the

Re: [R] R-(wiki)-pedia?

2004-10-07 Thread Tony Plate
At Thursday 11:29 AM 10/7/2004, Dan Bolser wrote: [snip] I just added some pages... I think it would be great if people could get motivated to contribute to something like this. Its one of those cases of just getting the ball rolling... Do you think you can dump the existing R-docs into this wiki

RE: [R] R-(wiki)-pedia?

2004-10-07 Thread Wiener, Matthew
will see first. Regards, Matt Wiener -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Bolser Sent: Thursday, October 07, 2004 1:30 PM To: Gabor Grothendieck Cc: [EMAIL PROTECTED] Subject: Re: [R] R-(wiki)-pedia? On Wed, 6 Oct 2004, Gabor Grothendieck

Re: [R] R-(wiki)-pedia?

2004-10-07 Thread Thomas Petzoldt
Tony Plate wrote: At Thursday 11:29 AM 10/7/2004, Dan Bolser wrote: [snip] I just added some pages... I think it would be great if people could get motivated to contribute to something like this. Its one of those cases of just getting the ball rolling... Do you think you can dump the existing

Re: [R] R-(wiki)-pedia?

2004-10-07 Thread Gabor Grothendieck
Tony Plate tplate at blackmesacapital.com writes: : : At Thursday 11:29 AM 10/7/2004, Dan Bolser wrote: : [snip] : I just added some pages... I think it would be great if people could get : motivated to contribute to something like this. Its one of those cases of : just getting the ball

Re: [R] R-(wiki)-pedia?

2004-10-07 Thread Witold Eryk Wolski
Thomas Petzoldt wrote: Tony Plate wrote: At Thursday 11:29 AM 10/7/2004, Dan Bolser wrote: [snip] I just added some pages... I think it would be great if people could get motivated to contribute to something like this. Its one of those cases of just getting the ball rolling... Do you think

Re: [R] R-(wiki)-pedia?

2004-10-07 Thread Dan Bolser
On Thu, 7 Oct 2004, Gabor Grothendieck wrote: Tony Plate tplate at blackmesacapital.com writes: : : At Thursday 11:29 AM 10/7/2004, Dan Bolser wrote: : [snip] : I just added some pages... I think it would be great if people could get : motivated to contribute to something like this. Its one of

RE: [R] R-(wiki)-pedia?

2004-10-07 Thread Dan Bolser
. Regards, Matt Wiener -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Bolser Sent: Thursday, October 07, 2004 1:30 PM To: Gabor Grothendieck Cc: [EMAIL PROTECTED] Subject: Re: [R] R-(wiki)-pedia? On Wed, 6 Oct 2004, Gabor Grothendieck wrote: Dan

[R] R-(wiki)-pedia?

2004-10-06 Thread Dan Bolser
Is there an R wiki? Looking at the huge amount of traffic on this list, I think wiki could be an exelet outlet for all the constructive enthusiasm here. I don't think it would be too hard to port the existing R documentation (the stuff you get with the ?) onto a wiki system, then users could

Re: [R] R-(wiki)-pedia?

2004-10-06 Thread Gabor Grothendieck
Dan Bolser dmb at mrc-dunn.cam.ac.uk writes: : : Is there an R wiki? : : Looking at the huge amount of traffic on this list, I think wiki could be : an exelet outlet for all the constructive enthusiasm here. : : I don't think it would be too hard to port the existing R documentation : (the