On Feb 6, 2012, at 11:26 AM, Norma wrote:
trying to change the locale like this
*> Sys.setlocale("Macintosh HD")*
failed with the following error:
*Error in Sys.setlocale("Macintosh HD") : invalid 'category' argument*
You are confused about what the locale setting is used for. They are
for your geographic location (to have reasonable defaults for language
and character sets), not for manipulating your hardware settings.
?locales
You should also post Mac-specific questipn to the Mac-SIG list ....
and even more important describe what you are trying to do.
--
David Winsemius, MD
West Hartford, CT
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.