Releases: JuliaInterop/JuliaCall
Releases · JuliaInterop/JuliaCall
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_julia
to 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_command
andjulia_eval
. Fix #161. - Fix #163 and other problems related to the display system.
- Use
R_user_dir
to 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_path
argument to the functionjulia_setup
allows 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 library
on Debian/Ubuntu and other systems which build Julia withMULTIARCH_INSTALL=1
(#143 by @liskin). - Add
install_julia
function 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
. $.()
forJulia
callable 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
rebuild
argument in the functionjulia_setup
.
The argument controls whether to rebuildRCall.jl
, whose default value isFALSE
to 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.path
option inJulia
engine in RMarkdown document. -
Frees the
JuliaObject
on theJulia
side after its freeing on the R side.
Release v0.16.2 on CRAN
Changes since v0.16.1
Julia
stdout 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.