Releases: JuliaInterop/RCall.jl
Releases · JuliaInterop/RCall.jl
v0.14.6
v0.14.5
RCall v0.14.5
Merged pull requests:
- Clean up and add docstrings (#539) (@palday)
- safer indexing for AbstractArray (#540) (@palday)
- Fix REPL issue on Julia nightly (#541) (@ararslan)
- IJulia docstrings + tests (#542) (@palday)
- basic tests of bracketed paste callback (#543) (@palday)
- tag 0.14.5 (#547) (@palday)
Closed issues:
v0.14.4
RCall v0.14.4
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
RCall v0.14.3
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
Symbol
s likeString
s? (#331) - Dealing with microseconds (#396)
- loading RCall in atreplinit fails because of RPrompt (#504)
v0.14.2
RCall v0.14.2
Merged pull requests:
- Fix possible typo in docs (#516) (@dahong67)
- fix soft scope warning in tests (#517) (@palday)
- dependabot (#518) (@palday)
- Bump codecov/codecov-action from 1 to 4 (#519) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#520) (@dependabot[bot])
- Bump actions/checkout from 2 to 4 (#521) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#527) (@dependabot[bot])
- bump Julia compat (#530) (@palday)
- Deal with normalization collisions in reimport (#532) (@palday)
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
RCall v0.14.1
Merged pull requests:
v0.14.0
RCall v0.14.0
- 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:
- fix typo (#506) (@spaette)
- Add support for tuples and better round tripping of named tuples (#515) (@palday)
Closed issues:
v0.13.18
RCall v0.13.18
Merged pull requests:
- Julia 1.9 fixed - Update installation.md (#500) (@PallHaraldsson)
- Fix complete_line for Julia REPL with tab-completion (#502) (@frankier)
v0.13.17
v0.13.16
RCall v0.13.16
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: