Releases: JuliaInterop/RCall.jl
Releases · JuliaInterop/RCall.jl
v0.7.3
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
v0.7.1
v0.7.0
improve library finding
v0.6.4 throw better error messages for library error
v0.6.3
levels must be an array in rcopy to Categorical
v0.6.2
Update installation.md
v0.6.1: Merge pull request #154 from JuliaInterop/fix-nullable
fix Nullable test