Skip to content
Prev 4151 / 12125 Next

[R-pkg-devel] "Progress reports" for examples in packages.

It's a pain in the neck, but even more basic than inserting browser()
calls all over the place (but possibly useful in this situation) would
be inserting appropriate cat() statements all over the place ... (and
maybe using cat() with proc.time() to report on elapsed time as you go?)

  (As for why the speed depends on the environment, I have no idea ...)
On 2019-07-02 5:31 a.m., Rolf Turner wrote: