On 02/12/2017 2:19 PM, Bill Denney wrote:
On Dec 2, 2017, at 09:43, Duncan Murdoch wrote:
I don't think there's anything better than Bill's solution, though I imagine it is
possible to ask for translation of the message. For example, sqrt(-1) currently gives a
warning with English message
> On Dec 2, 2017, at 09:43, Duncan Murdoch wrote:
>
> I don't think there's anything better than Bill's solution, though I imagine
> it is possible to ask for translation of the message. For example, sqrt(-1)
> currently gives a warning with English message "NaNs produced".
Another idea just
Hi:
Just a comment tangentially related to this topic: There are a number of R
packages for calling Python from R, including the "rPython" and
"reticulate" packages mentioned in this thread. Another is "PythonInR". (
https://cran.r-project.org/web/packages/PythonInR/index.html). These
packages
On 02/12/2017 9:23 AM, Dirk Eddelbuettel wrote:
On 2 December 2017 at 08:38, Bill Denney wrote:
| Hi,
|
| I got a message last night that some of the tests in the PKNCA package do not follow
best practices. ("Do not test the exact format of R messages (from R itself or from
other packages): T
For the translation part, you can test the received error message against
the translated message. You can get the translated version from the
original one using gettext("").
This should be agile to user's language settings but, of course, not to
changes that the developer does to the the error mes
On 2 December 2017 at 08:38, Bill Denney wrote:
| Hi,
|
| I got a message last night that some of the tests in the PKNCA package do not
follow best practices. ("Do not test the exact format of R messages (from R
itself or from other packages): They change, and they can be translated.")
Speci
Hi,
I got a message last night that some of the tests in the PKNCA package do not
follow best practices. ("Do not test the exact format of R messages (from R
itself or from other packages): They change, and they can be translated.")
Specifically, I test to ensure that an error is generated wh
Thanks. I have not seen any problem with that site (checking several times this
afternoon) and I assume it is now OK. Package resubmitted.
Murray
From: Uwe Ligges
Sent: Saturday, 2 December 2017 12:23 p.m.
To: Murray Efford; r-package-devel@r-project.org
S