Skip to content

Release v0.17.0 on CRAN

Compare
Choose a tag to compare
@Non-Contradiction Non-Contradiction released this 21 Oct 17:30
· 139 commits to master since this release

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, and julia_pkg_hook.
  • $.() for Julia 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.