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-
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
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.
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
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