Releases: JuliaInterop/RCall.jl
Releases · JuliaInterop/RCall.jl
v0.13.4
v0.13.4 (2019-08-21)
Closed issues:
- load RCall at Remote Julia of Atom (#320)
- issue loading RCall (#319)
- Tag a new release? (#316)
- Error using RCall in Julia (#314)
- Could not import StatsModels.Formula (#313)
- "Package RCall does not have AxisArrays in its dependencies" when already using AxisArrays (#312)
Merged pull requests:
v0.13.3
v0.13.3 (2019-06-20)
Closed issues:
- Issue with contained R installation on pop!_os (#308)
- support newer DataFrames version (#305)
- "Warning: Error requiring AxisArrays from RCall" when AxisArrays is installed (#300)
- error after using Rcall (#298)
- Build problem: LoadError: UndefVarError: different not defined -- missing libR.so (#297)
Merged pull requests:
- add Project.toml file (#310) (simonbyrne)
- reinsert
different
info message (#309) (haberdashPI) - prefix AxisArrays with . (#301) (simonbyrne)
Release v0.13.2
- do not print empty RObject (#288)
- Conversion of R data.frame with matrix columns (#291)
- Fix for C stack checking issues on 1.1 (#293)
- don't use Rf_error, return a simpleError instead (#296)
- split the error checking for conda R and user R (#299)
Contributors:
- Changcheng Li
- Randy Lai
- cossio
- Simon Byrne
Release v0.13.0
Release v0.13.0
- move AxisArrays out of REQUIRE
- Don't use jl_value_ptr
- make sure Rhome is not asterisk
- Cap Documenter.jl to 0.19 on Travis
- Sanitize symbols imported from R packages
- fix repl mode
- drop support of julia 0.7
Contributors:
- Randy Lai
- Morten Piibeleht
- Simon Byrne
- Jayakrishnan Nair
Release v0.12.1
Fix IJulia graphics.
Release v0.12.0
RCall now supports julia v1.0. As a consequence, we have moved the direct support of AxisArrays.jl to Requires.jl.
Release v0.11.0
Changes since v0.10.6:
- julia v0.7 compatibility
- removed support of DataArrays and Nullables
Contributors:
- Randy Lai
- femtocleaner[bot]
Release v0.10.6
Changes since v0.10.5:
Internal:
- update formula copying to StatsModels v0.2.4
- give up the voffset approach, it is unsafe in R 3.5
Doc:
- add note for LD_LIBRARY_PATH
- document at rlibrary macro
Contributors:
- Dave Kleinschmidt
- Randy Lai
Release v0.10.5
Changes since v0.10.4:
Other:
- Support R 3.5
- only use conda R when R_HOME is not set or when R_HOME is "*"
Contributors:
- Randy Lai