Skip to content
Prev 33860 / 63424 Next

Suggestion: Allow packages to add additional information to sessionInfo()

On Thu, Sep 3, 2009 at 10:16 AM, Gabor
Grothendieck<ggrothendieck at gmail.com> wrote:
If you mean that sessionInfo() will result in an error, that is easily
solved by a tryCatch() statement.  Timeouts are harder.  One can also
consider providing an sessionInfo(..., extras=TRUE) option.

The purpose is to save the maintainer (and those who try to help
troubleshooting) time.  There are tons of time spend on sending follow
up requests on basic things.  We took a great leap when introducing
sessionInfo() and think we can take it further.

/Henrik