Skip to content

Tags: asinghvi17/RCall.jl

Tags

v0.14.1

Toggle v0.14.1's commit message
[Diff since v0.14.0](JuliaInterop/RCall.jl@v0.14.0...v0.14.1)

**Merged pull requests:**
- Get Rhome and libR from Preferences.jl when provided (JuliaInterop#496) (@frankier)

v0.14.0

Toggle v0.14.0's commit message
[Diff since v0.13.18](JuliaInterop/RCall.jl@v0.13.18...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 (JuliaInterop#506) (@spaette)
- Add support for tuples and better round tripping of named tuples (JuliaInterop#515) (@palday)

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

v0.13.18

Toggle v0.13.18's commit message
[Diff since v0.13.17](JuliaInterop/RCall.jl@v0.13.17...v0.13.18)

**Merged pull requests:**
- Julia 1.9 fixed - Update installation.md (JuliaInterop#500) (@PallHaraldsson)
- Fix complete_line for Julia REPL with tab-completion (JuliaInterop#502) (@frankier)

v0.13.17

Toggle v0.13.17's commit message
[Diff since v0.13.16](JuliaInterop/RCall.jl@v0.13.16...v0.13.17)

**Closed issues:**
- why building RCall.jl failed during the registration of an package (JuliaInterop#493)
- RCall.jl failed to build with Conda (23.3.1) (JuliaInterop#497)

**Merged pull requests:**
- allow installing R 4 via Conda (JuliaInterop#498) (@palday)

v0.13.16

Toggle v0.13.16's commit message
[Diff since v0.13.15](JuliaInterop/RCall.jl@v0.13.15...v0.13.16)

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

**Merged pull requests:**
- fix typos (JuliaInterop#494) (@musvaage)
- fix datetime to character conversion (JuliaInterop#495) (@palday)

v0.13.15

Toggle v0.13.15's commit message
[Diff since v0.13.13](JuliaInterop/RCall.jl@v0.13.13...v0.13.15)

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

**Merged pull requests:**
- Update installation.md (JuliaInterop#406) (@laborg)
- add conversion from and to NamedTuple (JuliaInterop#434) (@tomhaber)
- Add bounds checking to list (JuliaInterop#443) (@simonbyrne)
- Add note on installing packages via Conda (JuliaInterop#445) (@rikhuijzer)
- Fix typos in README file (JuliaInterop#452) (@pitmonticone)
- remove unused type parameter (JuliaInterop#456) (@palday)
- Bump Documenter (JuliaInterop#457) (@ViralBShah)
- Update README.md (JuliaInterop#460) (@ViralBShah)
- Update README.md (JuliaInterop#461) (@ViralBShah)
- Make CI green - disable x86 windows and disable PPStack test on win64 (JuliaInterop#462) (@ViralBShah)
- Update Project.toml (JuliaInterop#463) (@ViralBShah)
- Update TagBot.yml (JuliaInterop#464) (@ViralBShah)
- Update TagBot.yml (JuliaInterop#465) (@ViralBShah)
- Remove Documenter key from tagbot (JuliaInterop#466) (@aviks)
- Use SSH_KEY as TagBot secret (JuliaInterop#467) (@simonbyrne)
- Bump version (JuliaInterop#468) (@simonbyrne)
- fix link for ubuntu R (JuliaInterop#471) (@szcf-weiya)
- Allow for dispatching on the R functions (JuliaInterop#472) (@ChrisRackauckas)
- CompatHelper: bump compat for WinReg to 1, (keep existing compat) (JuliaInterop#483) (@github-actions[bot])
- CompatHelper: bump compat for StatsModels to 0.7, (keep existing compat) (JuliaInterop#484) (@github-actions[bot])
- Update CI to latest practices and fix broken test (JuliaInterop#486) (@palday)

v0.13.13

Toggle v0.13.13's commit message
[Diff since v0.13.12](JuliaInterop/RCall.jl@v0.13.12...v0.13.13)

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

**Merged pull requests:**
- Use values(x) to access x.data (JuliaInterop#426) (@lbilli)
- Update installation.md (JuliaInterop#428) (@pitmonticone)
- remove cfunction closures (JuliaInterop#441) (@simonbyrne)
- switch to GitHub Actions for CI (JuliaInterop#442) (@simonbyrne)

v0.13.12

Toggle v0.13.12's commit message
[Diff since v0.13.11](JuliaInterop/RCall.jl@v0.13.11...v0.13.12)

**Closed issues:**
- EXCEPTION_ACCESS_VIOLATION (JuliaInterop#423)

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

v0.13.11

Toggle v0.13.11's commit message
[Diff since v0.13.10](JuliaInterop/RCall.jl@v0.13.10...v0.13.11)

**Closed issues:**
- REvalError when trying to access function arguments (JuliaInterop#401)
- RCall having FATAL ERROR during precompilation (JuliaInterop#403)
- Error installing RCall Julia v1.6 (JuliaInterop#407)

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

v0.13.10

Toggle v0.13.10's commit message
[Diff since v0.13.9](JuliaInterop/RCall.jl@v0.13.9...v0.13.10)

**Merged pull requests:**
- Support DataFrames 0.22 and CategoricalArrays 0.9 (JuliaInterop#399) (@nalimilan)