Skip to content

Releases: JuliaInterop/RCall.jl

v0.14.6

09 Sep 10:13
afe74aa
Compare
Choose a tag to compare

RCall v0.14.6

Diff since v0.14.5

Merged pull requests:

  • add deprecated jtypExtPtrs for backwards compat (#549) (@palday)

Closed issues:

  • R REPL exits suddenly (#546)
  • BUG: New R version breaks compatibility with r-juliacall. UndefVarError: jtypExtPtrs not defined (#548)

v0.14.5

09 Sep 07:28
b44d78d
Compare
Choose a tag to compare

RCall v0.14.5

Diff since v0.14.4

Merged pull requests:

Closed issues:

  • Test IJulia components (#141)
  • R Package Install Fails within Julia REPL - Succeeds in Native R Console (#416)
  • Segmentation fault on closing julia (#511)
  • package 'stats' in options("defaultPackages") was not found (#544)

v0.14.4

18 Jul 16:26
61b6ecb
Compare
Choose a tag to compare

RCall v0.14.4

Diff since v0.14.3

Merged pull requests:

Closed issues:

  • Running parallel MPI RCall (#204)
  • R""" block giving "syntax: incomplete: invalid string syntax" (#280)
  • RCall prints R output to command line when calling R package (#286)
  • Error with MKL libraries (#302)
  • Error putting R object back into R (#405)
  • R REPL Mode doesn't handle comments (#419)
  • How To Cite RCall in Literature? (#421)

v0.14.3

18 Jul 08:28
caa906f
Compare
Choose a tag to compare

RCall v0.14.3

Diff since v0.14.2

Merged pull requests:

  • allow conversion (with loss of precision) for arbitrary precision POSIXct objects (#533) (@palday)
  • update to recent Documenter (#534) (@palday)

Closed issues:

  • High level API? (#15)
  • Error thrown by R function write.xlsx {xlsx} (#200)
  • R-Repl in Jupyter? (#203)
  • Problem saving plots from plot.___ (#231)
  • Unable to convert Julia Array{Tuple,1} to R object with @rput (#282)
  • Error from $ operator for component extraction (#292)
  • Treating Symbols like Strings? (#331)
  • Dealing with microseconds (#396)
  • loading RCall in atreplinit fails because of RPrompt (#504)

v0.14.2

17 Jul 12:30
0bb0d53
Compare
Choose a tag to compare

RCall v0.14.2

Diff since v0.14.1

Merged pull requests:

Closed issues:

  • issues with the package corpcor in R (#97)
  • Passing DataFrame with large integer value in it throws cryptic error (#116)
  • Sourcing Conda environment during R package compilation (#240)
  • Both DataValues and RCall export isna (#274)
  • Automatic installation of R fails (#336)
  • Example doesn't work for all RDataset versions (#384)
  • Feature request: when using Conda to install R, add the ability to specify the version of R that Conda installs (#393)
  • syntax: cannot juxtapose string literal (#404)
  • RCall Failing with rJava (#408)
  • ERROR: invalid redefinition of constant with R library (#418)
  • How to install R packages though RCall.jl (#420)
  • Ambiguity in getindex (#422)
  • Use RCall from Julia modules (#429)
  • Ambiguity with missing (#436)
  • Proper Way to Load Libraries in .Rprofile (#446)
  • Windows CI cannot find R shared library on x86 (#458)
  • segfault with R-devel (#469)
  • conflict libcurl.so in Julia 1.8 (#475)
  • Use with CondaPkg (#480)
  • RCall installation failing with ENV = "*" (#482)
  • Help commands in R via RCall (#485)
  • default packages cannot be found (#488)
  • Allow usage of Preferences.jl to configure R_HOME (#490)
  • Error happens when you try to execute command ENV["R_HOME"] (#491)
  • libR.so in nonstandard location (#492)
  • Error: attempt to apply non-function (#505)
  • Feature Request: Make RCall depend dynamically on R_HOME (#513)
  • Incorrect julia compat (#531)

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: