Skip to content

v1.1.0

Compare
Choose a tag to compare
@stefan-m-lenz stefan-m-lenz released this 09 Nov 14:41
· 63 commits to master since this release

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 package IndexedTables, which has reached version 1.0, instead of JuliaDB.
  • On Linux, the LD_LIBRARY_PATH for Julia is now set to '' to prevent incompatibilities with the LD_LIBRARY_PATH that is used by R. (The LD_LIBRARY_PATH can be set to a different value via the JULIACONNECTOR_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)