v1.1.3
Fixes and small improvements:
- Fix broadcasting via dot-syntax for multiple arguments (Issue #27)
- Show standard output of Julia startup process in addition to standard error output if starting Julia fails
- Example for
juliaEval
: clean up Julia connection after executing the example and avoid installing a Julia package on CRAN - Example for
juliaImport
: Don't run on CRAN due to CRAN note on execution time, run as test instead