Henrik Bengtsson
2009-Sep-03 17:05 UTC
[Rd] Suggestion: Allow packages to add additional information to sessionInfo()
Hi, sessionInfo() has been proven really useful, but you still often have to ask for additional information in order to help troubleshooting. For instance, for troubleshooting the aroma.affymetrix, it is very helpful to know what the current working directory is, for other packages certain system environment variables might be useful and so on. One solution could be to provide support for hook functions of sessionInfo(), which package then can register and append to the 'sessionInfo' list structure. Does this make sense? /Henrik
Gabor Grothendieck
2009-Sep-03 17:16 UTC
[Rd] Suggestion: Allow packages to add additional information to sessionInfo()
The danger is that it could introduce bugs into the process of reporting bugs. On Thu, Sep 3, 2009 at 1:05 PM, Henrik Bengtsson<hb at stat.berkeley.edu> wrote:> Hi, > > sessionInfo() has been proven really useful, but you still often have > to ask for additional information in order to help troubleshooting. > For instance, for troubleshooting the aroma.affymetrix, it is very > helpful to know what the current working directory is, for other > packages certain system environment variables might be useful and so > on. > > One solution could be to provide support for hook functions of > sessionInfo(), which package then can register and append to the > 'sessionInfo' list structure. ?Does this make sense? > > /Henrik > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >