On 06/07/2014, 7:19 AM, Witold E Wolski wrote: > It seems that the package I am developing depends on the locale "C" > because of interactions with other packages (data.table). > > So I would like to set the locale to "C" as soon as the package is loaded. > Where can I do it .. I could of course set it in every function in my > package but... >
As the help page says, you can't do it reliably on all platforms, and you really shouldn't even try: that will affect other things that the user does. You will need to find another solution to your problem. Duncan Murdoch ______________________________________________ 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.