RCall.jl icon indicating copy to clipboard operation
RCall.jl copied to clipboard

Call R from Julia

Results 114 RCall.jl issues
Sort by recently updated
recently updated
newest added

When in R via RCall and I try to get help for a procedure, how do I get back to the R command line in REPL after reading the message?...

Hi, I'm trying to call RCall in Julia 1.8.5 but it fails with the following error: ``` [root@noun ~]# export LD_LIBRARY_PATH=/softs/R/R-4.2.2/lib:$LD_LIBRARY_PATH [root@noun ~]# julia _ _ _ _(_)_ | Documentation:...

I have this error whenever I use any library, when `using RCall` for the first time it also says that "defaultPackages" aren't installed. + OS: Linux, SolusOS + Julia Version:...

I'm sure I'm doing something silly, but don't know what it is. A fresh install of Julia via `apt-get install` on PopOS! 22.04 (if it would be useful I could...

I am seeing these errors in the Windows CI in recent PRs (Example: https://github.com/JuliaInterop/RCall.jl/actions/runs/3277665393/jobs/5395214932#step:7:222) ``` Building RCall → `D:\a\RCall.jl\RCall.jl\deps\build.log` ERROR: LoadError: Could not find library C:\R\bin\i386\R.dll. Make sure that R...

fixes https://github.com/JuliaInterop/RCall.jl/issues/507

This allows other packages to hook into the conversion system when loading R DataFrames. My usecase here is to provide seamless interop between R and Julia for `sf` dataframes, so...

Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. Release notes Sourced from julia-actions/cache's releases. v2.0.0 Breaking Changes ⚠️ v2.0.0 requires node20. This is a breaking change, because node20 does not support the...

dependencies

fixes https://github.com/JuliaInterop/RCall.jl/issues/508

if nothing is actually given (like an empty string) this now behaves correctly in returning nothing fixes https://github.com/JuliaInterop/RCall.jl/issues/510