search for: msg_text

Displaying 2 results from an estimated 2 matches for "msg_text".

Did you mean: as_text
2023 Apr 16
1
Unique ID for conditions to supress/rethrow selected conditions?
...ortable to older R versions to make condition IDs broadly available "in the wild". Another way to introduce an ID for each condition in base R would be ("the hard way") 1) by refactoring each and every code location with an embedded message string to use a centralized key/msg_text data structure to "look up" the appropriate message text and 2) use the key to enrich the condition as unique ID (e.g. as an attribute in the condition object).
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