v1.1.0
New features:
- The
JULIACONNECTOR_JULIAOPTS
can be used to specify Julia startup options. - The Julia package
InteractiveUtils
, which is available in the Julia REPL by default, is loaded in Julia.
Improvements:
- Improved error messages, showing a more detailed stack trace.
- The example for the
as.data.frame.JuliaProxy
function now uses the Julia packageIndexedTables
, which has reached version 1.0, instead ofJuliaDB
. - On Linux, the
LD_LIBRARY_PATH
for Julia is now set to''
to prevent incompatibilities with theLD_LIBRARY_PATH
that is used by R. (TheLD_LIBRARY_PATH
can be set to a different value via theJULIACONNECTOR_JULIAENV
environment variable.)
Bug fixes:
- Cleaning up of Julia objects during garbage collection is now thread safe.
- "Dirty" NAs are recognized as NAs (fix #10)