[Rd] the source code and tool-chain for R64-win64 uploaded

2010-01-05 Thread Gong Yu
I uploaded the whole R 64 for win64 using MINGW64, include the source code, bin and tool-chain. the source code and bin can download at: http://download.cos.name/incoming/r64-src-and-bin-for-win64.zip (attention: the source code may be contain error,you are welcome report bugs to me) the tool-

Re: [Rd] "Human-style" sort() of alphanum strings?

2010-01-05 Thread Gabor Grothendieck
See mixedsort in gtools. Also on http://gsubfn.googlecode.com see mixsort example in the section starting ### more examples On Tue, Jan 5, 2010 at 6:34 PM, Henrik Bengtsson wrote: > I know it is fairly easy to implement (though not always well > defined), but is there an existing sort function o

[Rd] "Human-style" sort() of alphanum strings?

2010-01-05 Thread Henrik Bengtsson
I know it is fairly easy to implement (though not always well defined), but is there an existing sort function out there that takes alphanum strings and sort them in a "human" fashion? For example, instead of: z1.doc z10.doc z100.doc z101.doc z11.doc z2.doc it should out put: z1.doc z2.doc z10.

Re: [Rd] apparently incorrect p-values from 2-sided Kolmogorov-Smirnov test (PR#14145)

2010-01-05 Thread David John Allwright
Dear Thomas, Thank you, yes, that sounds good, and I take the point about integer overflow. Various questions: (a) Is there some way I can try out the routine with this modification? (I am on a Linux system where I am just a user - I cannot install new versions of software myself) ? (b) Is ther

Re: [Rd] apparently incorrect p-values from 2-sided Kolmogorov-Smirnov (PR#14178)

2010-01-05 Thread allwrigh
Dear Thomas, Thank you, yes, that sounds good, and I take the point about integer overflow. Various questions: (a) Is there some way I can try out the routine with this modification? (I am on a Linux system where I am just a user - I cannot install new versions of software myself) ? (b) Is there