Skip to content

Releases: JuliaInterop/RCall.jl

v0.13.4

21 Aug 22:07
v0.13.4
8ee824f
Compare
Choose a tag to compare

v0.13.4 (2019-08-21)

Diff since v0.13.3

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

22 Jun 06:41
v0.13.3
0829af8
Compare
Choose a tag to compare

v0.13.3 (2019-06-20)

Diff since v0.13.2

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:

Release v0.13.2

25 Feb 03:46
3c4e605
Compare
Choose a tag to compare
  • 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

05 Feb 01:43
Compare
Choose a tag to compare
  • Fix #284 (#285)
  • do not print empty RObject
  • Conversion of R data.frame with matrix columns
  • Fix for C stack checking issues on 1.1

Contributors:

  • Randy Lai
  • cossio
  • Simon Byrne
  • Changcheng Li

Release v0.13.0

09 Nov 19:55
b1a8fd7
Compare
Choose a tag to compare
  • 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

17 Aug 21:30
5b8d57e
Compare
Choose a tag to compare

Fix IJulia graphics.

Release v0.12.0

16 Aug 00:13
4f2dd71
Compare
Choose a tag to compare

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

13 Aug 01:32
0d6acee
Compare
Choose a tag to compare

Changes since v0.10.6:

  • julia v0.7 compatibility
    • removed support of DataArrays and Nullables

Contributors:

  • Randy Lai
  • femtocleaner[bot]

Release v0.10.6

17 May 10:51
0b95207
Compare
Choose a tag to compare

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

22 Apr 02:36
e43868f
Compare
Choose a tag to compare

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