Releases: JuliaInterop/RCall.jl
Releases · JuliaInterop/RCall.jl
v0.13.15
RCall v0.13.15
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:
- Update installation.md (#406) (@laborg)
- add conversion from and to NamedTuple (#434) (@tomhaber)
- Add bounds checking to list (#443) (@simonbyrne)
- Add note on installing packages via Conda (#445) (@rikhuijzer)
- Fix typos in README file (#452) (@pitmonticone)
- remove unused type parameter (#456) (@palday)
- Bump Documenter (#457) (@ViralBShah)
- Update README.md (#460) (@ViralBShah)
- Update README.md (#461) (@ViralBShah)
- Make CI green - disable x86 windows and disable PPStack test on win64 (#462) (@ViralBShah)
- Update Project.toml (#463) (@ViralBShah)
- Update TagBot.yml (#464) (@ViralBShah)
- Update TagBot.yml (#465) (@ViralBShah)
- Remove Documenter key from tagbot (#466) (@aviks)
- Use SSH_KEY as TagBot secret (#467) (@simonbyrne)
- Bump version (#468) (@simonbyrne)
- fix link for ubuntu R (#471) (@szcf-weiya)
- Allow for dispatching on the R functions (#472) (@ChrisRackauckas)
- CompatHelper: bump compat for WinReg to 1, (keep existing compat) (#483) (@github-actions[bot])
- CompatHelper: bump compat for StatsModels to 0.7, (keep existing compat) (#484) (@github-actions[bot])
- Update CI to latest practices and fix broken test (#486) (@palday)
v0.13.13
RCall v0.13.13
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:
- Use values(x) to access x.data (#426) (@lbilli)
- Update installation.md (#428) (@pitmonticone)
- remove cfunction closures (#441) (@simonbyrne)
- switch to GitHub Actions for CI (#442) (@simonbyrne)
v0.13.12
RCall v0.13.12
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
RCall v0.13.11
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
RCall v0.13.10
Merged pull requests:
- Support DataFrames 0.22 and CategoricalArrays 0.9 (#399) (@nalimilan)
v0.13.9
v0.13.8
RCall v0.13.8
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:
- Fix installation link in readme (#380) (@evanfields)
- use detected Rhome (#382) (@randy3k)
- add methods for an entire column of missing (#387) (@palday)
- Fix and test the Conda-provided R (#390) (@DilumAluthge)
- Remove a duplicate method definition for
sexpclass(::Missing)
(#392) (@DilumAluthge) - README: add the official PkgEval badge (#394) (@DilumAluthge)
v0.13.7
v0.13.6
RCall v0.13.6
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
Fix conversion of CategoricalArray to factor vs. ordered (#350) Ordered and unordered factors were swapped. Add tests to catch this.