Skip to content
Prev 12104 / 21312 Next

[Bioc-devel] How to recreate R CMD BUILD environment in interactive session?

FYI, that seems to be a locale issue, as the locale defines the sort order.

The first one is sorting alphabetically in a case-insensitive manner, eg
aAbBcC etc, the second is sorting in a case sensitive manner, where capital
letters all come before lower-case letters, e.g. ABC...YZabc...

You can see what locale you're in via Sys.getlocale() or see it in your
sessionInfo under the locale heading.

Best,
~G

On Mon, Oct 23, 2017 at 1:06 PM, Elizabeth Purdom <epurdom at stat.berkeley.edu