[R] R tools help

2009-03-01 Thread Ajay ohri
Dear List, I am trying to create a R package and having some issues with setting the path on a Windows XP . Could you point me to a tutorial that helps in creating R packages . Also I tried installing Linux using the Windows installer wubi but it failed repeatedly and everytime it resets

Re: [R] R tools help

2009-03-01 Thread Gabor Grothendieck
If you use Rcmd.bat from batchfiles (its a self-contained batch file that you place anywhere on your path which will find out where R is by looking in the registry and then run it and will also add MiKTeX and Rtools to your path temporarily as well): http://batchfiles.googlecode.com then you

Re: [R] R tools help

2009-03-01 Thread Dirk Eddelbuettel
On 1 March 2009 at 22:54, Ajay ohri wrote: | Dear List, | I am trying to create a R package and having some issues with setting the | path on a Windows XP . | | Could you point me to a tutorial that helps in creating R packages . http://lmgtfy.com/?q=create+a+R+package Seriously, there

Re: [R] R tools help

2009-03-01 Thread Ajay ohri
the exact problem is the gazillion tutorials when all i need is one standardized document which in bullet points lists do this, do this , bingo!. W. C. Fields - I never drink water because of the disgusting things that fish do in it. On Sun, Mar 1, 2009 at 11:09 PM, Dirk Eddelbuettel

Re: [R] R tools help

2009-03-01 Thread Ajay ohri
Hi, I ran it . I placed it in C:\Rtools it ran for a sec and vanished Previously I have compiled R source code from command prompt and changed the path files already - do I need to change the path files back my path is this c:\rtools\bin I used this text for reference already and have

Re: [R] R tools help

2009-03-01 Thread Gabor Grothendieck
On Sun, Mar 1, 2009 at 1:05 PM, Ajay ohri ohri2...@gmail.com wrote: Hi, I ran it . I placed it in C:\Rtools it ran for a sec and vanished Do you mean you placed Rcmd.bat in C:\Rtools? What you want to do is issue the command PATH from the Windows console and put it somewhere on the path

Re: [R] R tools help

2009-03-01 Thread Duncan Murdoch
On 01/03/2009 12:24 PM, Ajay ohri wrote: Dear List, I am trying to create a R package and having some issues with setting the path on a Windows XP . Could you point me to a tutorial that helps in creating R packages . I gave a tutorial on this at last year's useR meeting: the slides

Re: [R] R tools help

2009-03-01 Thread Ajay ohri
Hi , I have put screenshot of my path here http://docs.google.com/Doc?id=dcvss358_419cs3g8vht skeleton ran but had some errors ..R skeleton package.skeleton(ohri) Creating directories ... Creating DESCRIPTION ... Creating Read-and-delete-me ... Saving functions and data ... Making help files