rk.sessionInfo {rkward} | R Documentation |
Gathers and prints information on the setup of the current RKWard session. In general, you should always include this information when reporting a bug in RKWard.
rk.sessionInfo()
Typically, when reporting a bug, you should use Help->Report Bug...
from the menu. Internally, this will call rk.sessionInfo()
.
Returns the object created by sessionInfo()
, invisibly. Note
that this includes only the information on the R portion of the session.
Thomas Friedrichsmeier rkward-devel@kde.org
rk.sessionInfo()