diff --git a/R/RMTool/Compat.toml b/R/RMTool/Compat.toml new file mode 100644 index 000000000000000..c5f1f4828d55c81 --- /dev/null +++ b/R/RMTool/Compat.toml @@ -0,0 +1,3 @@ +[0] +Nemo = "0.52 - 0.60" +julia = "1.10.0 - 1" diff --git a/R/RMTool/Deps.toml b/R/RMTool/Deps.toml new file mode 100644 index 000000000000000..6f9e7f331ab1a9f --- /dev/null +++ b/R/RMTool/Deps.toml @@ -0,0 +1,4 @@ +[0] +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Nemo = "2edaba10-b0f1-5616-af89-8c11ac63239a" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" diff --git a/R/RMTool/Package.toml b/R/RMTool/Package.toml new file mode 100644 index 000000000000000..a6447de516b519c --- /dev/null +++ b/R/RMTool/Package.toml @@ -0,0 +1,3 @@ +name = "RMTool" +uuid = "2d0e4950-3c23-4fea-8457-f214aabcb2ed" +repo = "https://github.com/rajraomichigan/RMTool.jl.git" diff --git a/R/RMTool/Versions.toml b/R/RMTool/Versions.toml new file mode 100644 index 000000000000000..8d63c9a0c860973 --- /dev/null +++ b/R/RMTool/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "a7095a18a5158b54138eaff9655aafd1e0ff2480" diff --git a/Registry.toml b/Registry.toml index 4bd6a646379ab99..80f222f9eb9e3ec 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2528,6 +2528,7 @@ some amount of consideration when choosing package names. 2cf8c267-6e70-4ce4-bd8d-41913dbccd90 = { name = "QuadraticModelsXpress", path = "Q/QuadraticModelsXpress" } 2d06aeeb-b05a-4dff-b7c9-38070db02149 = { name = "Hymod", path = "H/Hymod" } 2d09df54-9d0f-5258-8220-54c2a3d4fbee = { name = "StatisticalRethinking", path = "S/StatisticalRethinking" } +2d0e4950-3c23-4fea-8457-f214aabcb2ed = { name = "RMTool", path = "R/RMTool" } 2d0ec36b-e807-5756-994b-45af29551fcf = { name = "OMETIFF", path = "O/OMETIFF" } 2d112036-d095-4a1e-ab9a-08536f3ecdbf = { name = "OrdinaryDiffEqSDIRK", path = "O/OrdinaryDiffEqSDIRK" } 2d3116d5-4b8f-5680-861c-71f149790274 = { name = "Bridge", path = "B/Bridge" }