Skip to content

Releases: JuliaInterop/RCall.jl

v0.7.3

14 Jun 04:58
Compare
Choose a tag to compare

Changes since v0.7.2:

Other:

  • dispatch rcopy(Array, s) according to the R class of s
  • getindex and setindex! of S4 objects
  • Fixes error when importing vector of invariant factor to Julia
  • Update CI URLs to point to new caching infrastructure
  • add 0.6 release and improve R installation on travis for macOS (#191)
  • Implement of the RClass idea (#192)
  • fix several bug regressions

Contributors:

  • Elliot Saba
  • kaskarn
  • Randy Lai

v0.7.2

10 Apr 02:59
Compare
Choose a tag to compare

Changes since v0.7.1:

  • rewrite the IO code (fix #182)
  • improve io tests

v0.7.1

03 Apr 19:40
Compare
Choose a tag to compare

Changes since v0.7.0:

  • inner constructors which are v0.5 and v0.6 compatible
  • improve @Rlibrary and @Rimport macros
  • allow rprint to use the error and warning devices
  • fix ijulia init bug
  • some other refactoring

v0.7.0

25 Mar 03:29
Compare
Choose a tag to compare

Compatible with Julia v0.6.

  • Support Date and DateTime
  • Support NamedArray and AxisArray
  • Swich back to the ecosystem of DataArray and PooledDataArray
  • various bug fixes

improve library finding

24 Dec 12:52
Compare
Choose a tag to compare
v0.6.4

throw better error messages for library error

v0.6.3

14 Dec 12:45
Compare
Choose a tag to compare
levels must be an array in rcopy to Categorical

v0.6.2

30 Nov 21:38
Compare
Choose a tag to compare
Update installation.md

v0.6.1: Merge pull request #154 from JuliaInterop/fix-nullable

15 Nov 10:24
Compare
Choose a tag to compare