Skip to content

Commit

Permalink
Update RCall Julia compat
Browse files Browse the repository at this point in the history
RCall itself is compatible with Julia 1.0, but there are some issues with resolving dependencies on earlier Julia versions. Starting with RCall 0.14, the effective Julia compatibility is 1.6. See JuliaInterop/RCall.jl#531
  • Loading branch information
palday authored Jun 27, 2024
1 parent a2e61aa commit 5868802
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/RCall/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CategoricalArrays = "0.3.0-0.7"
DataStructures = "0.5.0-0.18"
WinReg = "0.2.0-0.3"

["0.13-0"]
["0.13-0.13.18"]
julia = "1"

["0.13.10"]
Expand Down Expand Up @@ -66,5 +66,8 @@ WinReg = "0.2-0.3"
CategoricalArrays = "0.8"
DataFrames = "0.21"

["0.14.0-0"]
julia = "1.6"

["0.14.1-0"]
Preferences = "1"

0 comments on commit 5868802

Please sign in to comment.