On 31/08/2017 6:37 PM, Paul McQuesten wrote:
Thanks, Duncan. But if it is not inappropriate, I feel empowered to argue.
According to this definition, https://en.wikipedia.org/wiki/
Natural_language:
In neuropsychology, linguistics and the philosophy of language, a
natural language or ordinary language is any language that has evolved
naturally in humans ...
Thus this banner statement may appear over-claiming to a significant
fraction of R users.
It seems that LOCALE is called 'National language' support in other
software systems.
Eg: https://www.microsoft.com/resources/msdn/goglobal/default.mspx
I wouldn't take Microsoft as an authority on this (or much of anything).
They really are amazingly incompetent, considering how much money they earn.
Duncan Murdoch
And, yes, this is a low priority issue. All of you have better things to
do.
R is an extremely powerful and comprehensive software system.
Thank you all for that.
And I would like to clean one gnat from the windshield.
I just wax pedantic at times.
On Thu, Aug 31, 2017 at 5:13 PM, Duncan Murdoch <murdoch.duncan at gmail.com
<mailto:murdoch.duncan at gmail.com>> wrote:
On 31/08/2017 5:38 PM, Paul McQuesten wrote:
The R signon banner includes this statement:
Natural language support but running in an English locale
Should that not say 'National' instead of 'Natural'?
Meaning that LOCALE support is enabled, not that the interface
understands
human language?
No, "natural language" refers to human languages, but it doesn't
imply that R understands them. NLS just means that messages may be
presented in (or translated to) other human languages in an
appropriate context.
For example, you can start R on most platforms from the console using
LANGUAGE=de R
and instead of the start message you saw, you'll see
R ist freie Software und kommt OHNE JEGLICHE GARANTIE.
Sie sind eingeladen, es unter bestimmten Bedingungen weiter zu
verbreiten.
Tippen Sie 'license()' or 'licence()' f?r Details dazu.
and so on.
Please ignore this and forgive me if this is an inappropriate
post. I am a
N00B in R.
I don't think it is inappropriate.
Duncan Murdoch