search for: translact

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

Did you mean: transact
2023 Apr 16
1
Unique ID for conditions to supress/rethrow selected conditions?
...system, it would be certainly easy (but quite a lot > of work) to define a hierarchy of built-in conditions, and then use > them consistently throughout base R. Yes, a typed condition system would be great. I have two other ideas: By reading the "R messages" and "preparing translactions" sections of the "R extensions manual" 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/60a4db21718350...
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