diff --git a/R/Rimu/Compat.toml b/R/Rimu/Compat.toml index 51ea9179a63e655..c85a727621f662e 100644 --- a/R/Rimu/Compat.toml +++ b/R/Rimu/Compat.toml @@ -34,6 +34,8 @@ julia = "1.6.0-1" ["0.10-0"] Statistics = "1" TOML = "1" + +["0.10-0.13"] VectorInterface = "0.2-0.4" ["0.12-0"] @@ -42,6 +44,9 @@ NamedTupleTools = "0.14" Tables = "1.9.0-1" julia = "1.9.0-1" +["0.14-0"] +VectorInterface = "0.2-0.5" + ["0.7-0"] Folds = "0.2" diff --git a/R/Rimu/Deps.toml b/R/Rimu/Deps.toml index a36a9d82c4f6209..435328334400242 100644 --- a/R/Rimu/Deps.toml +++ b/R/Rimu/Deps.toml @@ -38,6 +38,9 @@ CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2" NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" +["0.14-0"] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + ["0.7-0"] Folds = "41a02a25-b8f0-4f67-bc48-60067656b558" diff --git a/R/Rimu/Versions.toml b/R/Rimu/Versions.toml index 7c8c7648695a08f..b39f8bc8b79f6d0 100644 --- a/R/Rimu/Versions.toml +++ b/R/Rimu/Versions.toml @@ -42,3 +42,6 @@ git-tree-sha1 = "b6ba9819b9a46a108479a10d05c47a85040d9ff9" ["0.13.1"] git-tree-sha1 = "269c94bdd5ae204b92dacfc8f485584323942565" + +["0.14.0"] +git-tree-sha1 = "fd4cf4cdd2c9f8c0dfc0044dc272bd2d7fe5e313"