Re: [R] problem to building R (datasets)

2010-06-24 Thread Geun Seop Lee
Thank you. I finally found what was the problem. By mistake, I compiled with different version of MinGW compiler. I heard that new MinGw compiler does not support _Unwind_ kinds of functions anymore. Thank you again. Lee. On Wed, Jun 23, 2010 at 7:30 PM, Geun Seop Lee wrote: > Thank

Re: [R] problem to building R (datasets)

2010-06-23 Thread Geun Seop Lee
3, 2010 at 5:52 PM, Joris Meys wrote: > Why compile from source? 2.11.1 installs fine on XP from the binary, > so that's the more obvious solution. > > Cheers > Joris > > On Thu, Jun 24, 2010 at 12:39 AM, Geun Seop Lee > wrote: > >> > >> Dear all

Re: [R] problem to building R (datasets)

2010-06-23 Thread Geun Seop Lee
> > Dear all, >> >> While I was trying to build R source, I found an error at datasets package >> (there was no error before that) >> >> ../../../library/datasets/R/datasets is unchanged >> Error in dir.create(Rdatadir, showWarnings = FALSE) : >> file name conversion problem >> Calls: -> -> di

[R] problem to building R (datasets)

2010-06-23 Thread Geun Seop Lee
Dear all, While I was trying to build R source, I found an error at datasets package (there was no error before that) ../../../library/datasets/R/datasets is unchanged Error in dir.create(Rdatadir, showWarnings = FALSE) : file name conversion problem Calls: -> -> dir.create Execution halted m