diff --git a/R/RcloneInterface/Compat.toml b/R/RcloneInterface/Compat.toml new file mode 100644 index 000000000000000..a30abf5c4f90c15 --- /dev/null +++ b/R/RcloneInterface/Compat.toml @@ -0,0 +1,3 @@ +[0] +Rclone_jll = "1.70.3 - 1" +julia = "1.11.0 - 1" diff --git a/R/RcloneInterface/Deps.toml b/R/RcloneInterface/Deps.toml new file mode 100644 index 000000000000000..ee8cb0a4b706769 --- /dev/null +++ b/R/RcloneInterface/Deps.toml @@ -0,0 +1,2 @@ +[0] +Rclone_jll = "d3707c4a-c138-5086-90bb-c65de4e50315" diff --git a/R/RcloneInterface/Package.toml b/R/RcloneInterface/Package.toml new file mode 100644 index 000000000000000..1f89842699c6695 --- /dev/null +++ b/R/RcloneInterface/Package.toml @@ -0,0 +1,3 @@ +name = "RcloneInterface" +uuid = "932f4081-3d7e-4a99-9bcb-8a566d3812cb" +repo = "https://github.com/imohag9/RcloneInterface.jl.git" diff --git a/R/RcloneInterface/Versions.toml b/R/RcloneInterface/Versions.toml new file mode 100644 index 000000000000000..0d7cc9529cf4514 --- /dev/null +++ b/R/RcloneInterface/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "6c0f8111e2b11062ae245532478367f736411eec" diff --git a/Registry.toml b/Registry.toml index cc868730834f2da..26afae1f9469a08 100644 --- a/Registry.toml +++ b/Registry.toml @@ -7390,6 +7390,7 @@ some amount of consideration when choosing package names. 931e9471-e8fb-5385-a477-07ad12718aca = { name = "MechanismGeometries", path = "M/MechanismGeometries" } 931eddca-b696-4dc5-beb7-a03832886454 = { name = "JCAMPDXir", path = "J/JCAMPDXir" } 932a18dc-bb55-4cd5-bdd6-1368ec9cea29 = { name = "ImplicitBVH", path = "I/ImplicitBVH" } +932f4081-3d7e-4a99-9bcb-8a566d3812cb = { name = "RcloneInterface", path = "R/RcloneInterface" } 9337fcb6-6716-45db-ab69-a0212f696681 = { name = "SVGDraw", path = "S/SVGDraw" } 933afed5-ab4b-5649-acc9-3edb4be3c343 = { name = "Perceptrons", path = "P/Perceptrons" } 93488820-1883-11ed-0c34-05177b029e4d = { name = "Muscade", path = "M/Muscade" }