v0.6.1
Improvements:
juliaCall
can handle broadcasting functions with the dot notation. For example,juliaCall("sin.", c(1,2,3))
works now.- The output of objects on the console is now exactly the same as in Julia. Particularly, large output does not clutter the screen any more because it is displayed only partly, with dots in place of the parts that are left out. Check out the output of
juliaPut(matrix(rnorm(10000), nrow = 100))
for an example. The width of the current display in R is also respected for here. - Tested against Julia 1.5.
Bug fixes:
- Fix hanging of tests on Linux when
JULIA_BINDIR
variable is set to empty string. - Fix warning message that the Tables package could not be installed, which erroneously showed up in any empty installation.