Skip to content

Releases: JuliaInterop/RCall.jl

v0.14.1

30 Jan 20:00
31e7859
Compare
Choose a tag to compare

RCall v0.14.1

Diff since v0.14.0

Merged pull requests:

  • Get Rhome and libR from Preferences.jl when provided (#496) (@frankier)

v0.14.0

08 Jan 21:34
5d0ddeb
Compare
Choose a tag to compare

RCall v0.14.0

Diff since v0.13.18

  • Add support for tuples and better round tripping of named tuples
  • The changes here should not be breaking for most users, but may potentially cause problems for JuliaCall, so we do a breaking version bump.

Merged pull requests:

Closed issues:

  • Unable to Pkg.build RCall (#501)
  • Find the number of arguments for an RFunction? (#503)
  • Feature Request: Add possibility to build RCall without having R_HOME set (#509)

v0.13.18

26 Sep 19:42
01e0062
Compare
Choose a tag to compare

RCall v0.13.18

Diff since v0.13.17

Merged pull requests:

v0.13.17

30 Aug 01:26
19117e2
Compare
Choose a tag to compare

RCall v0.13.17

Diff since v0.13.16

Closed issues:

  • why building RCall.jl failed during the registration of an package (#493)
  • RCall.jl failed to build with Conda (23.3.1) (#497)

Merged pull requests:

v0.13.16

10 Aug 04:06
305efff
Compare
Choose a tag to compare

RCall v0.13.16

Diff since v0.13.15

Closed issues:

  • Method error with RCall 0.9 and DataFrames 0.11.3 (#220)
  • Why rcopy(R"array(1)") return 1 rather than [1]? (#307)
  • RCall is not aware of MixedModels in formula conversion (#402)
  • Ambiguous convert (#454)
  • Reinstalled R on mac M1, and RCall no longer works (#476)
  • rput gives formula error for only some models (#487)
  • Juliahub docs are dead? (#489)

Merged pull requests:

v0.13.15

14 Apr 16:29
2df5ef8
Compare
Choose a tag to compare

RCall v0.13.15

Diff since v0.13.13

Closed issues:

  • segfault with ggplot (#166)
  • Julia exits abruptly if we do "using RCall" on Windows (#170)
  • Mention the R package JuliaCall (#235)
  • Compiling error (#245)
  • error loading Rcall (#248)
  • Building RCall with R >= 3.5.0 (#264)
  • Is LD_LIBRARY_PATH the only way? (#268)
  • Error with conda install on Windows (#269)
  • Segfaults when fitting (or displaying?) R models when called from Julia - possible BLAS issue (#272)
  • Issues installing (#278)
  • ERROR: Unsatisfiable requirements detected for package DebuggerFramework [67417a49]: (#303)
  • Error while building RCall (#318)
  • Assertion Error - Installation error (#322)
  • Failed to precompile Rcall on 1.3 on Windows 10 (#323)
  • Error building Rcall: R cannot be found (#326)
  • Bug: segfault when using ggplot (#335)
  • RCall segfaults on Travis (#348)
  • Rcall installation (#356)
  • bioconductor packages don't install (#386)
  • FYI: Doesn't load on Julia 1.5 musl version (#388)
  • Time-sensitive: migrate from Travis-CI.org to Travis-CI.com (#391)
  • R"list(1,2)"[3] -> EXCEPTION_ACCESS_VIOLATION (#417)
  • Error when using RCall from Atom (#425)
  • "libR.so: cannot open shared object file: No such file or directory" and associated warnings after Pkg.build() (#427)
  • Problems after updating R (#435)
  • Cannot install RCall on MacOS Big Sur (#439)
  • RCall Segmentation Faults to Terminal upon package loading (#448)
  • Trouble while trying to install RCall package (#449)
  • Suppress output other than plot with RCall.ijulia_setdevice (#450)
  • Segfault and Unknown Function (#451)
  • error in install 'Rcall'. (#453)
  • Failed to precompile RCall on Julia v1.8 (#455)
  • Implications of failed PPStack test (#470)
  • RCall Build Error on Mac M1 (#473)
  • Warning when precompiling under julia v1.9.0-beta4 (#478)

Merged pull requests:

v0.13.13

05 Feb 00:39
65cd62e
Compare
Choose a tag to compare

RCall v0.13.13

Diff since v0.13.12

Closed issues:

  • build RCall on aarch64 failed (#325)
  • RCall cannot remember R location on Windows 10 (version 1909) (#344)
  • RCall compatible with raspberry pi (julia arm version) ? (#385)
  • In Jupyter notebook, how to deal with the R function argument that contain special symbol? (#424)
  • RCall fails to build in macOS BigSur (#430)
  • Problem installing Rcall (#432)
  • ERROR: Could not determine command (#437)
  • Warning in Julia 1.7 (#438)
  • Is RCall known not to work on M1 Macs? (#440)

Merged pull requests:

v0.13.12

05 Jul 11:09
32eeac3
Compare
Choose a tag to compare

RCall v0.13.12

Diff since v0.13.11

Closed issues:

  • EXCEPTION_ACCESS_VIOLATION (#423)

Merged pull requests:

  • CompatHelper: bump compat for "CategoricalArrays" to "0.10" (#413) (@github-actions[bot])
  • Bump version to 0.13.12 (#415) (@nalimilan)

v0.13.11

22 Apr 12:05
110d8be
Compare
Choose a tag to compare

RCall v0.13.11

Diff since v0.13.10

Closed issues:

  • REvalError when trying to access function arguments (#401)
  • RCall having FATAL ERROR during precompilation (#403)
  • Error installing RCall Julia v1.6 (#407)

Merged pull requests:

  • CompatHelper: bump compat for "Missings" to "1.0" (#410) (@github-actions[bot])
  • CompatHelper: bump compat for "DataFrames" to "1.0" (#411) (@github-actions[bot])
  • Bump version to 0.13.11 (#412) (@nalimilan)

v0.13.10

18 Nov 11:08
52a97c5
Compare
Choose a tag to compare

RCall v0.13.10

Diff since v0.13.9

Merged pull requests:

  • Support DataFrames 0.22 and CategoricalArrays 0.9 (#399) (@nalimilan)