diff --git a/R/RDataGet/Compat.toml b/R/RDataGet/Compat.toml new file mode 100644 index 000000000000000..40e4012e707d129 --- /dev/null +++ b/R/RDataGet/Compat.toml @@ -0,0 +1,11 @@ +[0] +CSV = "0.10" +CodecBzip2 = "0.7" +CodecXz = "0.7" +CodecZlib = "0.7" +DataFrames = "1" +Documenter = "0.27" +RData = "0.8" +Reexport = "1" +UrlDownload = "1" +julia = "1.6.0-1" diff --git a/R/RDataGet/Deps.toml b/R/RDataGet/Deps.toml new file mode 100644 index 000000000000000..5b7564d56b860f5 --- /dev/null +++ b/R/RDataGet/Deps.toml @@ -0,0 +1,13 @@ +[0] +CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" +CodecBzip2 = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd" +CodecXz = "ba30903b-d9e8-5048-a5ec-d1f5b0d4b47b" +CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193" +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" +Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" +Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" +RData = "df47a6cb-8c03-5eed-afd8-b6050d6c41da" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +UrlDownload = "856ac37a-3032-4c1c-9122-f86d88358c8b" diff --git a/R/RDataGet/Package.toml b/R/RDataGet/Package.toml new file mode 100644 index 000000000000000..e466bbea7732bb3 --- /dev/null +++ b/R/RDataGet/Package.toml @@ -0,0 +1,3 @@ +name = "RDataGet" +uuid = "a115732e-4334-4ecb-8ea3-f683e7f66d4d" +repo = "https://github.com/frankier/RDataGet.jl.git" diff --git a/R/RDataGet/Versions.toml b/R/RDataGet/Versions.toml new file mode 100644 index 000000000000000..d5d7ad5daf33ab7 --- /dev/null +++ b/R/RDataGet/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "7f5ec40b2319f3790918744507025e13cbc31ce9" diff --git a/Registry.toml b/Registry.toml index b515ba444f04be4..7bfc919b3dd8699 100644 --- a/Registry.toml +++ b/Registry.toml @@ -5194,6 +5194,7 @@ a108434f-6647-5a5d-ae94-d05b8175566d = { name = "GradientBoosting", path = "G/Gr a10d1c49-ce27-4219-8d33-6db1a4562965 = { name = "DBInterface", path = "D/DBInterface" } a110ec8f-48c8-5d59-8f7e-f91bc4cc0c3d = { name = "Temporal", path = "T/Temporal" } a110ef22-8a98-4da7-b9d8-cfb8dc232cf9 = { name = "PHcalc", path = "P/PHcalc" } +a115732e-4334-4ecb-8ea3-f683e7f66d4d = { name = "RDataGet", path = "R/RDataGet" } a1206b2a-a832-4df1-8526-ead2f0882fc9 = { name = "TabularMakie", path = "T/TabularMakie" } a1251efa-393a-423f-9d7b-faaecba535dc = { name = "GraphLaplacians", path = "G/GraphLaplacians" } a134a8b2-14d6-55f6-9291-3336d3ab0209 = { name = "BlackBoxOptim", path = "B/BlackBoxOptim" }