From 895c33c9e02685ffbff6422776df4b05fcd7b8ad Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Thu, 14 Sep 2023 17:10:22 +0000 Subject: [PATCH] New package: RankChoiceVoting v0.1.0 UUID: ab51d771-9e38-4464-b0a7-bec5bf4029bc Repo: https://github.com/itsdfish/RankChoiceVoting.jl.git Tree: 40e7b2a1120af3f3560d4395d658770d599ad96c Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701 --- R/RankChoiceVoting/Compat.toml | 8 ++++++++ R/RankChoiceVoting/Deps.toml | 8 ++++++++ R/RankChoiceVoting/Package.toml | 3 +++ R/RankChoiceVoting/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 22 insertions(+) create mode 100644 R/RankChoiceVoting/Compat.toml create mode 100644 R/RankChoiceVoting/Deps.toml create mode 100644 R/RankChoiceVoting/Package.toml create mode 100644 R/RankChoiceVoting/Versions.toml diff --git a/R/RankChoiceVoting/Compat.toml b/R/RankChoiceVoting/Compat.toml new file mode 100644 index 000000000000000..91ebc2573f674ea --- /dev/null +++ b/R/RankChoiceVoting/Compat.toml @@ -0,0 +1,8 @@ +[0] +Combinatorics = "1" +Distributions = "0.25" +OrderedCollections = "1.4.0-1" +PrettyTables = "2" +SafeTestsets = ["0.0.1", "0.1"] +StatsBase = "0.33-0.34" +julia = "1" diff --git a/R/RankChoiceVoting/Deps.toml b/R/RankChoiceVoting/Deps.toml new file mode 100644 index 000000000000000..d1dd0be716593a4 --- /dev/null +++ b/R/RankChoiceVoting/Deps.toml @@ -0,0 +1,8 @@ +[0] +Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" +PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" diff --git a/R/RankChoiceVoting/Package.toml b/R/RankChoiceVoting/Package.toml new file mode 100644 index 000000000000000..1a85849de321134 --- /dev/null +++ b/R/RankChoiceVoting/Package.toml @@ -0,0 +1,3 @@ +name = "RankChoiceVoting" +uuid = "ab51d771-9e38-4464-b0a7-bec5bf4029bc" +repo = "https://github.com/itsdfish/RankChoiceVoting.jl.git" diff --git a/R/RankChoiceVoting/Versions.toml b/R/RankChoiceVoting/Versions.toml new file mode 100644 index 000000000000000..ac59c8064ea7624 --- /dev/null +++ b/R/RankChoiceVoting/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "40e7b2a1120af3f3560d4395d658770d599ad96c" diff --git a/Registry.toml b/Registry.toml index fbf4bb9e84d2336..f16b128eaf8ef2f 100644 --- a/Registry.toml +++ b/Registry.toml @@ -6704,6 +6704,7 @@ ab4ef3a6-0b42-11ea-31f6-e34652774712 = { name = "NiLang", path = "N/NiLang" } ab4f0b2a-ad5b-11e8-123f-65d77653426b = { name = "BFloat16s", path = "B/BFloat16s" } ab51929a-ac93-4d67-a0ea-9824f8544b9e = { name = "CountdownLetters", path = "C/CountdownLetters" } ab51a4a6-c8c3-4b1f-af31-4b52a21037df = { name = "Flux2Lux", path = "F/Flux2Lux" } +ab51d771-9e38-4464-b0a7-bec5bf4029bc = { name = "RankChoiceVoting", path = "R/RankChoiceVoting" } ab5a07f8-06af-567f-a878-e8bb879eba5a = { name = "Elfutils_jll", path = "jll/E/Elfutils_jll" } ab5eb977-4f23-42a0-954d-2743fb6218c4 = { name = "PlutoReport", path = "P/PlutoReport" } ab62b9b5-e342-54a8-a765-a90f495de1a6 = { name = "DeepDiffs", path = "D/DeepDiffs" }