Skip to content

R CMD check problem

6 messages · Duncan Murdoch, Joshua Wiley, Baidya Nath Mandal

#
On 11-08-02 5:26 AM, Baidya Nath Mandal wrote:
I believe that warning is ignorable, but you can turn it off using

set CYGWIN=nodosfilewarning

It probably didn't cause the error below.
I don't know what did cause that error, but it's likely something in 
your src directory of the package.  What do you have there?

Duncan Murdoch
#
The cygwin warning should not be fatal.  Is that what made you think there's a problem with your path?  Can you upload mypackage online?  Two options would be Github hosts that sort of thing or you could use a tar ball and any file hosting service.  I (and possibly others more skilled) would be happy to try it on my system if I had it.

You should also be able to see exactly where in the build process it failed from the log.

Cheers,

Josh
On Aug 2, 2011, at 2:26, Baidya Nath Mandal <mandal.stat at gmail.com> wrote:

            
1 day later
#
On 03/08/2011 12:47 PM, Baidya Nath Mandal wrote:
You should delete your src directory if you don't need it.

Duncan Murdoch