Skip to content
Prev 3038 / 12125 Next

[R-pkg-devel] New test in R-devel causes existing packages to fail: "Error: connections left open"

Henrik,

Thanks for the suggest.  Yes, definitely, I think your more nuanced
test would be a big improvement.  The only wrinkle is that the
connection is established *not* when the package is *loaded* but
rather when the connection is *first needed* (using delayedAssign when
the package is loaded).  That way, loading the package doesn't block
the REPL for ~5 seconds while Scala and the JVM first start.

-- David

On Thu, Aug 23, 2018 at 11:19 PM Henrik Bengtsson
<henrik.bengtsson at gmail.com> wrote: