Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: JuliaInterop/RCall.jl

Tags

v0.14.13

Toggle v0.14.13's commit message
[Diff since v0.14.12](v0.14.12...v0.14.13)

**Merged pull requests:**
- Bump crate-ci/typos from 1.42.0 to 1.43.4 (#603) (@dependabot[bot])
- Fix BslashCompletion API incompatibility with Julia 1.12 (#604) (@ViralBShah)
- CompatHelper: bump compat for TestSetExtensions in [extras] to 4, (keep existing compat) (#605) (@github-actions[bot])
- Bump crate-ci/typos from 1.43.4 to 1.44.0 (#606) (@dependabot[bot])
- Fix thread-unsafe R calls during hint generation on Julia 1.12+ (#607) (@palday)

v0.14.12

Toggle v0.14.12's commit message
[Diff since v0.14.11](v0.14.11...v0.14.12)

**Merged pull requests:**
- reorganize tests (#592) (@palday)
- Formatting and spellchecking (#593) (@palday)
- Bump crate-ci/typos from 1.41.0 to 1.42.0 (#595) (@dependabot[bot])
- Install R via conda if PkgEval is detected, and expose this more generally via `JULIA_RCALL_USE_CONDA` (#598) (@DilumAluthge)
- drop testing for R < 4.0 (#600) (@palday)

v0.14.11

Toggle v0.14.11's commit message
[Diff since v0.14.10](v0.14.10...v0.14.11)

**Merged pull requests:**
- Bump actions/checkout from 5 to 6 (#590) (@dependabot[bot])
- Fix init on 1.13 due to REPL function removal (#591) (@lbilli)

v0.13.14

Toggle v0.13.14's commit message
[Diff since v0.13.13](v0.13.13...v0.13.14)

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
<!--
**Merged pull requests:**
- Update installation.md (#406) (@laborg)
- Add bounds checking to list (#443) (@simonbyrne)
- Add note on installing packages via Conda (#445) (@rikhuijzer)
- Fix typos in README file (#452) (@pitmonticone)
- 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)

**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)

-->

v0.14.10

Toggle v0.14.10's commit message
[Diff since v0.14.9](v0.14.9...v0.14.10)

**Merged pull requests:**
- CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) (#575) (@github-actions[bot])
- Bump actions/checkout from 4 to 5 (#576) (@dependabot[bot])
- fix rlibrary-marcro test on Julia 1.12 (#578) (@palday)
- Repair examples of RCall.RClass (#584) (@dmbates)
- Repace outdated doc link in README.md (#586) (@PallHaraldsson)
- Change SxpPtrInfo to UInt64 (#588) (@dmbates)
- disable REPL tests on 1.12 (#589) (@palday)

**Closed issues:**
- segmentation fault on julia 1.11 when using CondaPkg and r-juliacall (#581)
- Temporarily drop support for IJulia 1.30 (#585)

v0.14.9

Toggle v0.14.9's commit message
[Diff since v0.14.8](v0.14.8...v0.14.9)

**Merged pull requests:**
- CompatHelper: bump compat for CategoricalArrays to 1, (keep existing compat) (#574) (@github-actions[bot])

v0.14.8

Toggle v0.14.8's commit message
[Diff since v0.14.7](v0.14.7...v0.14.8)

**Merged pull requests:**
- improve hygiene of rimport macro (#571) (@palday)

**Closed issues:**
- RCall.jl can't find SET_SYMVALUE symbol (#566)

v0.14.7

Toggle v0.14.7's commit message
[Diff since v0.14.6](v0.14.6...v0.14.7)

**Merged pull requests:**
- use 'min' option in julia-setup (#545) (@palday)
- Bump codecov/codecov-action from 4 to 5 (#554) (@dependabot[bot])
- Fix CondaPkg test on Windows (#559) (@frankier)
- Remove RException showerror method which supresses backtraces (#560) (@frankier)
- Pin R version to 4.4 for building docs (#562) (@frankier)
- Pin most recent R release at 4.4 in CI (#563) (@frankier)

**Closed issues:**
- Maintain r-juliacall? (#552)
- Feature Request: sexp for julia modules (#553)

v0.14.6

Toggle v0.14.6's commit message
[Diff since v0.14.5](v0.14.5...v0.14.6)

**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

Toggle v0.14.5's commit message
[Diff since v0.14.4](v0.14.4...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:**
- 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)