Re: [R] Help in building new function

2009-08-25 Thread Ana Paula Mora
It worked perfectly. Thanks a lot. On Mon, Aug 24, 2009 at 4:16 AM, Gabor Grothendieck wrote: > 1. Just enter > arima > at the R console to see its source code (without comments). The source > tar.gz for R is found by googling for R, clicking on CRAN in left column > and choosing mirror. Or

Re: [R] Help in building new function

2009-08-24 Thread Gabor Grothendieck
1. Just enter arima at the R console to see its source code (without comments). The source tar.gz for R is found by googling for R, clicking on CRAN in left column and choosing mirror. Or to view it online or get it via svn: https://svn.r-project.org/R/ 2. You want myarima's free variables t

[R] Help in building new function

2009-08-24 Thread Ana Paula Mora
Hi: I've installed the precompiled binary for Windows. I need to use an existing function, but I want to introduce some slight changes to it. 1. Is there a way for me to find the source files through windows explorer? I know I can see it using edit(object name) but I want to know if I can see it