Skip to content

Release v0.17.2 on CRAN

Compare
Choose a tag to compare
@Non-Contradiction Non-Contradiction released this 04 Jan 23:44
· 45 commits to master since this release

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 with MULTIARCH_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.