Displaying 2 results from an estimated 2 matches for "l892".
Did you mean:
892
2023 Apr 16
1
Unique ID for conditions to supress/rethrow selected conditions?
...quot;
https://cran.r-project.org/doc/manuals/r-release/R-exts.html#R-messages
I was thinking about using the "unique" R message texts (which are the msgid in the *.po files,
see e.g. https://github.com/r-devel/r-svn/blob/60a4db2171835067999e96fd2751b6b42c6a6ebc/src/library/base/po/de.po#L892)
to maintain a unique ID (not dependent on the actual translation into the current language).
A "simple" solution could be to pre- or postfix each message text with an ID, for example this code here
else errorcall(call, _("non-numeric argument to function"));
# https...
2023 Apr 16
1
Unique ID for conditions to supress/rethrow selected conditions?
On Sun, 16 Apr 2023 at 12:58, nospam at altfeld-im.de <nospam at altfeld-im.de> wrote:
>
> I am the author of the *tryCatchLog* package and want to
>
> - suppress selected conditions (warnings and messages)
> - rethrow selected conditions (e.g a specific warning as a message or to "rename" the condition text).
>
> I could not find any reliable unique