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(),
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
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