Re: [R] Error while making R package

2008-05-10 Thread Uwe Ligges
Vidhu Choudhary wrote: Hi All, *I am still facing the problems in making R package on windows. * -- Making package t1 adding build stamp to DESCRIPTION installing NAMESPACE file and metadata making DLL ... making

Re: [R] Error while making R package

2008-05-10 Thread Gabor Grothendieck
There isn't enough information there to really know but I would at least try this: - upgrade to R 2.7 - make sure you are using the most recent version of rtools from Duncan Murdoch's site - remove the data directory in your package since its the last thing referred to prior to the errors - if

Re: [R] Error while making R package

2008-05-10 Thread Duncan Murdoch
On 10/05/2008 4:54 PM, Duncan Murdoch wrote: On 09/05/2008 11:58 AM, Vidhu Choudhary wrote: rm: failed to get attributes of `/': No such file or directory I believe that's a sign of using a bad toolset. Make sure if you have Cygwin installed, it comes *after* the Rtools on your path. It

Re: [R] Error while making R package

2008-05-09 Thread Vidhu Choudhary
Hi All, *I am still facing the problems in making R package on windows. * -- Making package t1 adding build stamp to DESCRIPTION installing NAMESPACE file and metadata making DLL ... making CGHseg_rewrite.d from

Re: [R] Error while making R package

2008-05-02 Thread Uwe Ligges
No idea, can you make the package available for us (after R CMD build)? Uwe Ligges Vidhu Choudhary wrote: Hi All, I am trying to make R package using R 2.6.2 And I am getting following error. When I give R CMD check t1\ -- Making package t1 adding build stamp to

[R] Error while making R package

2008-05-01 Thread Vidhu Choudhary
Hi All, I am trying to make R package using R 2.6.2 And I am getting following error. When I give R CMD check t1\ -- Making package t1 adding build stamp to DESCRIPTION making DLL ... making CGHseg_rewrite.d from CGHseg_rewrite.c making rowMedians.d from rowMedians.c