Skip to content

Releases: JuliaInterop/RCall.jl

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)

v0.13.9

28 Sep 23:35
0b5e9f1
Compare
Choose a tag to compare

RCall v0.13.9

Diff since v0.13.8

Merged pull requests:

v0.13.8

28 Sep 17:09
452820d
Compare
Choose a tag to compare

RCall v0.13.8

Diff since v0.13.7

Closed issues:

  • Wrapping R pacakges (#287)
  • StatsModels compatibility post-Terms 2.0: Son of Terms (#306)
  • @rput DataFrames with missing values (#355)
  • Julia crashes with EXCEPTION_ACCESS_VIOLATION when loading RCall (#381)
  • Error building RCall on Julia 1.5.0 on both Linux and macOS (#389)

Merged pull requests:

v0.13.7

06 May 06:04
80c0739
Compare
Choose a tag to compare

RCall v0.13.7

Diff since v0.13.6

Closed issues:

  • MethodError when a SubDataFrame has columns of type Date (#328)
  • Set SSH deploy key for TagBot (#375)
  • Error when returning time series of certain frequencies (#376)

Merged pull requests:

v0.13.6

03 May 03:03
7a168b0
Compare
Choose a tag to compare

RCall v0.13.6

Diff since v0.13.5

Closed issues:

  • Using RCall hangs on Julia 1.4.1 and 1.3.1 (#359)
  • Is it possible to call R functions without overhead for benchmark purposes? (#360)
  • DOCUMENTER_KEY on travis (#363)
  • Exception access violation - Julia crashes (#368)
  • Unable to interrupt with ctrl+C when RCall is used (#369)

Merged pull requests:

  • use --no-restore flag when initializing R (#329) (@ilia-kats)
  • Fix conversion of CategoricalArray to factor vs. ordered (#350) (@nalimilan)
  • Install TagBot as a GitHub Action (#354) (@JuliaTagBot)
  • it should fix the issue of windows 32 (#364) (@randy3k)
  • Release v0.13.6 (#365) (@randy3k)
  • add compat.yml (#366) (@randy3k)
  • CompatHelper: add new compat entry for "Conda" at version "1.4" (#367) (@github-actions[bot])
  • upper bound dependencies (#371) (@randy3k)
  • workaround Rf_initialize_R in Windows (#372) (@randy3k)
  • CompatHelper: add new compat entry for "Conda" at version "1.4" (#373) (@github-actions[bot])

v0.13.5

27 Apr 20:42
9296e83
Compare
Choose a tag to compare
Fix conversion of CategoricalArray to factor vs. ordered (#350)

Ordered and unordered factors were swapped. Add tests to catch this.