Releases: JuliaInterop/JuliaCall
Releases · JuliaInterop/JuliaCall
Release list
Release v0.17.5 on CRAN
Changes since v0.17.4
- Support keyword arguments for Callables. Fix #165.
- Add workaround for Julia 1.6+ on mac. Thank JackDunnNZ.
- Use use
knitr::sew()instead of deprecatedknitr::wrap(). Thank Kevin Cazelles. - Update
install_juliato use official releases rather than Julia_jll. Thank JackDunnNZ. - Add support for macaarch64 to
install_julia. Thank JackDunnNZ. - Fix warnings caused by pkg macro usage.
Great thanks to @JackDunnNZ.
Release v0.17.4 on CRAN
Changes since v0.17.2
- White space stripping for string command in
julia_commandandjulia_eval. Fix #161. - Fix #163 and other problems related to the display system.
- Use
R_user_dirto get default julia installation position on R 4.0. - Change the way to specific sysimage path in agree with pyjulia and julia -J/--sysimage.. command line. The new
sysimage_pathargument to the functionjulia_setupallows either an absolute path to the image, or a path relative to the current directory. (#155 by @JackDunnNZ).
Great thanks to @JackDunnNZ.
Release v0.17.2 on CRAN
Changes since v0.17.1
- Fix bug for Julia plot in RMarkdown document caused by change of knitr #1717.
- Workaround for #99:
ERROR: could not load libraryon Debian/Ubuntu and other systems which build Julia withMULTIARCH_INSTALL=1(#143 by @liskin). - Add
install_juliafunction for automatic installation of julia. (#135 by @christopher-dG). - Add option "relative_sysimage_path" in function
julia_setup()for custom sysimage loading (#140 by @dgrominski). - Add option "installJulia" in function
julia_setup()for automatic installation of Julia when Julia is not found. - Fix problem of dll searching on Windows (#150).
Great thanks to @liskin, @christopher-dG, and @dgrominski.
Release v0.17.1 on CRAN
Release v0.17.0 on CRAN
Changes since v0.16.6
- Bug fixes and add CI tests for function
autowrap. - New features for automatic package wrapping:
julia_function,julia_pkg_import, andjulia_pkg_hook. $.()forJuliacallable object syntax.- Fix bug about eval option in RMarkdown document, fix #109.
- Add a way to find Julia.exe on Windows when JULIA_HOME is not set. Thanks to @xiaodaigh.
Release v0.16.6 on CRAN
Release v0.16.5 on CRAN
Changes since v0.16.4
- Various improvements in documentation.
- Add a
rebuildargument in the functionjulia_setup.
The argument controls whether to rebuildRCall.jl, whose default value isFALSEto save startup time.
If a new version of R is used, then this parameter needs to be set toTRUE.
Release v0.16.4 on CRAN
Changes since v0.16.2
-
Respect
engine.pathoption inJuliaengine in RMarkdown document. -
Frees the
JuliaObjecton theJuliaside after its freeing on the R side.
Release v0.16.2 on CRAN
Changes since v0.16.1
Juliastdout capture in RMarkdown documents.
Release v0.16.1 on CRAN
Changes since v0.16.0
More deprecation warning fixed for Julia v0.7/1.0.