Re: [R] Basic package structure question

2006-06-23 Thread Joerg van den Hoff
Gabor Grothendieck wrote: On 6/22/06, Duncan Murdoch [EMAIL PROTECTED] wrote: Jay Emerson wrote: At the encouragement of many at UseR, I'm trying to build my first real package. I have no C/Fortran code, just plain old R code, so it should be rocket science. On a Linux box, I used

Re: [R] Basic package structure question

2006-06-23 Thread Prof Brian Ripley
On Fri, 23 Jun 2006, Joerg van den Hoff wrote: just to confirm duncan murdochs remark: our Windows machines lack proper development environments (mainly missing perl is the problem for pure R-code packages, I believe?) and we bypass this (for pure R-code packages only, of course) by 1.)

Re: [R] Basic package structure question

2006-06-23 Thread Joerg van den Hoff
Prof Brian Ripley wrote: On Fri, 23 Jun 2006, Joerg van den Hoff wrote: just to confirm duncan murdochs remark: our Windows machines lack proper development environments (mainly missing perl is the problem for pure R-code packages, I believe?) and we bypass this (for pure R-code packages

Re: [R] Basic package structure question

2006-06-23 Thread Duncan Murdoch
On 6/23/2006 5:45 AM, Joerg van den Hoff wrote: Prof Brian Ripley wrote: On Fri, 23 Jun 2006, Joerg van den Hoff wrote: just to confirm duncan murdochs remark: our Windows machines lack proper development environments (mainly missing perl is the problem for pure R-code packages, I believe?)

[R] Basic package structure question

2006-06-22 Thread Jay Emerson
At the encouragement of many at UseR, I'm trying to build my first real package. I have no C/Fortran code, just plain old R code, so it should be rocket science. On a Linux box, I used package.skeleton() to create a basic package containing just one hello world type of function. I edited the

Re: [R] Basic package structure question

2006-06-22 Thread Gabor Grothendieck
On 6/22/06, Duncan Murdoch [EMAIL PROTECTED] wrote: Jay Emerson wrote: At the encouragement of many at UseR, I'm trying to build my first real package. I have no C/Fortran code, just plain old R code, so it should be rocket science. On a Linux box, I used package.skeleton() to create a