diff --git a/R/Ranges/Compat.toml b/R/Ranges/Compat.toml new file mode 100644 index 000000000000000..a1b267407790595 --- /dev/null +++ b/R/Ranges/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1" diff --git a/R/Ranges/Deps.toml b/R/Ranges/Deps.toml new file mode 100644 index 000000000000000..e69de29bb2d1d64 diff --git a/R/Ranges/Package.toml b/R/Ranges/Package.toml new file mode 100644 index 000000000000000..753bba2d3d29439 --- /dev/null +++ b/R/Ranges/Package.toml @@ -0,0 +1,3 @@ +name = "Ranges" +uuid = "eb7db99b-64ae-4b81-85c2-3439b6569b78" +repo = "https://github.com/mkitti/Ranges.jl.git" diff --git a/R/Ranges/Versions.toml b/R/Ranges/Versions.toml new file mode 100644 index 000000000000000..3686f60ca77516c --- /dev/null +++ b/R/Ranges/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "b5dd6c6cba97d1fa0641797cb08d4fd913c5fcd5" diff --git a/Registry.toml b/Registry.toml index 2b9f1ddc2538fe3..772cc26f244c3b2 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4513,6 +4513,7 @@ eb3e9d2b-04dc-54b3-9584-49775b812a39 = { name = "StructuralInheritance", path = eb622722-88ce-45f2-a8b9-c2f73a5cb263 = { name = "BLPData", path = "B/BLPData" } eb66a70c-a255-11e9-03ea-7ba6b2f22006 = { name = "TreeParzen", path = "T/TreeParzen" } eb74ef6d-f479-4c54-be43-bc7ae9988d2f = { name = "DarkCurves", path = "D/DarkCurves" } +eb7db99b-64ae-4b81-85c2-3439b6569b78 = { name = "Ranges", path = "R/Ranges" } ebadf6b4-db70-5817-83da-4a19ad584e34 = { name = "UnicodeGraphics", path = "U/UnicodeGraphics" } ebbdde9d-f333-5424-9be2-dbf1e9acfb5e = { name = "DiffEqBayes", path = "D/DiffEqBayes" } ebc72ef8-9537-4fb0-b64e-ac76025fed2d = { name = "SciPy", path = "S/SciPy" }