From a631ff93cba1e24da42f41a9491a93a2cfd3a0a8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 2 Aug 2025 01:01:04 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8e30be7f..d519d122 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ AxisArrays = "0.3, 0.4" CategoricalArrays = "0.8, 0.9, 0.10, 1" Conda = "1.4" DataFrames = "0.21, 0.22, 1.0" -DataStructures = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18" +DataStructures = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19" IJulia = "1.25" Logging = "0, 1" Preferences = "1" From 5bef5af846d8feec6a5a628be8b1f27de5c2279d Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Mon, 4 Aug 2025 11:49:14 -0500 Subject: [PATCH 2/2] patch bump --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d519d122..7cf91780 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RCall" uuid = "6f49c342-dc21-5d91-9882-a32aef131414" authors = ["Douglas Bates ", "Randy Lai ", "Simon Byrne "] -version = "0.14.9" +version = "0.14.10" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"