yannrichet / rsession

R sessions wrapping for Java
BSD 2-Clause "Simplified" License
52 stars 31 forks source link

Other statements cannot be executed after the end statement is executed #46

Closed ZouZouZouJiYuan closed 9 months ago

ZouZouZouJiYuan commented 2 years ago

image

When I execute session. end (); Statement, System. out. println ("end"); Not implemented

image

yannrichet commented 1 year ago

That demo just points that System.out stream is not well reset in the tests... Indeed, the .end() is just closing rsession instance, which may redirect System.out (or may not, if you prefer a true logger).