Skip to content

Commit

Permalink
Merge 4349653 into 305efff
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored Aug 29, 2023
2 parents 305efff + 4349653 commit 6ce2c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RCall"
uuid = "6f49c342-dc21-5d91-9882-a32aef131414"
authors = ["Douglas Bates <dmbates@gmail.com>", "Randy Lai <randy.cs.lai@gmail.com>", "Simon Byrne <simonbyrne@gmail.com>"]
version = "0.13.16"
version = "0.13.17"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ try
"Pkg.build(\"RCall\")."
conda_provided_r = true
Conda.add_channel("r")
Conda.add("r-base>=3.4.0,<4") # greater than or equal to 3.4.0 AND strictly less than 4.0
Conda.add("r-base>=3.4.0,<5") # greater than or equal to 3.4.0 AND strictly less than 5.0
Rhome = joinpath(Conda.LIBDIR, "R")
libR = locate_libR(Rhome)
else
Expand Down

0 comments on commit 6ce2c60

Please sign in to comment.