It seems to work indeed. I'll try to implement something for progress based on this... when I have the time! ;)
Cheers, Pierre Le samedi 3 novembre 2018, 13:43:18 CET meik michalke a écrit : > Am Samstag, 3. November 2018, 13:04:44 CET schrieb Pierre de Villemereuil: > > The dev is asking whether there is a way to detect RKWard. Is there? > > how about this: > > "rkward" %in% (.packages()) > > RKWard loads its own R package which is also not available without RKWard, so > when an R package called "rkward" is currently loaded, you can assume the > session is running in RKWard. > > > If so, I might be able to submit a PR to "progress". At least, I'll try... > > +1 > > > viele grüße :: m.eik > >