Re: [rkward-devel] R CMD check fails on packages requiring rkward

2012-03-15 Thread meik michalke
hi, am Sonntag 11 März 2012, 09:45:45 schrieb Thomas Friedrichsmeier: > One pretty reliable way of telling whether the code is really, really > running in an rkward session is >is.loaded("rk.do.generic.request") > So it would be possible to simply test for that condition inside > rkward::q(),

Re: [rkward-devel] R CMD check fails on packages requiring rkward

2012-03-11 Thread Thomas Friedrichsmeier
Hi, On Saturday 10 March 2012, meik michalke wrote: > is this solvable at all? yes, but it will be somewhat difficult to do this cleanly. One pretty reliable way of telling whether the code is really, really running in an rkward session is is.loaded("rk.do.generic.request") So it would be po

[rkward-devel] R CMD check fails on packages requiring rkward

2012-03-10 Thread meik michalke
hi, i think i'm running into a rather delicate problem here... i'm working on the rkwarddev package, specifically, trying to clean the package from warnings of "R CMD check". since the package requires the rkward package, q()/quit() from base is masked, hence the examples check fails because it ca