[Rd] Writing a package in which files must be sourced in a specific order
hadley wickham
h.wickham at gmail.com
Fri Feb 23 00:56:16 CET 2007
> What 'alphabetical order' is depends on the locale. In en_NZ g < G, in C
> G < g. So it is a rather slippery concept (and gets worse in non-English
> locales: 'aa' sorts after z in Danish).
I only used characters a-z, so I didn't think that would be a problem.
However, it turns out I had misnamed one of my files so that it
wasn't sorting correctly, and renaming it fixed the problem.
(Previously I had manully included that file first and I had forgotten
to remove it)
Thanks for the help.
Hadley
More information about the R-devel
mailing list