search for: r71102

Displaying 4 results from an estimated 4 matches for "r71102".

Did you mean: 371102
2016 Nov 13
2
Missing objects using dump.frames for post-mortem debugging of crashed batch jobs. Bug or gap in documentation?
Dear R friends, to allow post-mortem debugging In my Rscript based batch jobs I use tryCatch( <R expression>, error = function(e) { dump.frames(to.file = TRUE) }) to write the called frames into a dump file. This is similar to the method recommended in the "Writing R extensions" manual in section 4.2 Debugging R code (page 96):
2016 Nov 15
2
Missing objects using dump.frames for post-mortem debugging of crashed batch jobs. Bug or gap in documentation?
...or three months now: > Andreas Kersting did propose it (nicely, as a wish), > https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17116 > and I had added it to the development version of R back then : > > ------------------------------------------------------------------------ > r71102 | maechler | 2016-08-16 17:36:10 +0200 (Tue, 16 Aug 2016) | 1 line > > dump.frames(*, include.GlobalEnv) > ------------------------------------------------------------------------ > > So, if you (or others) want to use this before next spring, > you should install a version of R...
2016 Nov 14
0
Missing objects using dump.frames for post-mortem debugging of crashed batch jobs. Bug or gap in documentation?
...ird option, already in place for three months now: Andreas Kersting did propose it (nicely, as a wish), https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17116 and I had added it to the development version of R back then : ------------------------------------------------------------------------ r71102 | maechler | 2016-08-16 17:36:10 +0200 (Tue, 16 Aug 2016) | 1 line dump.frames(*, include.GlobalEnv) ------------------------------------------------------------------------ So, if you (or others) want to use this before next spring, you should install a version of R-devel and you use that, with...
2016 Nov 15
0
Missing objects using dump.frames for post-mortem debugging of crashed batch jobs. Bug or gap in documentation?
...Andreas Kersting did propose it (nicely, as a wish), > > https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17116 > > and I had added it to the development version of R back then : > > > > ------------------------------------------------------------------------ > > r71102 | maechler | 2016-08-16 17:36:10 +0200 (Tue, 16 Aug 2016) | 1 line > > > > dump.frames(*, include.GlobalEnv) > > ------------------------------------------------------------------------ > > > > So, if you (or others) want to use this before next spring, > > you...