diff --git a/Registry.toml b/Registry.toml index 54cf06489dd159c..de6b481c05adcca 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3430,6 +3430,7 @@ some amount of consideration when choosing package names. 49dc2e85-a5d0-5ad3-a950-438e2897f1b9 = { name = "Calculus", path = "C/Calculus" } 49dc5b4e-6806-4504-b2cc-a81764e7a38b = { name = "KernelDensitySJ", path = "K/KernelDensitySJ" } 49dea1ee-f6fa-5aa6-9a11-8816cee7d4b9 = { name = "Nettle", path = "N/Nettle" } +49e116ef-912f-4766-9e56-896a49944adc = { name = "SpeciesInteractionNetworks", path = "S/SpeciesInteractionNetworks" } 49efddeb-3919-4030-a3a0-2d857547a82c = { name = "GreedyKernelMethods", path = "G/GreedyKernelMethods" } 49f4e9a8-0306-5d58-91df-e9c3c0e42747 = { name = "AprilTags_jll", path = "jll/A/AprilTags_jll" } 49fe2e30-ebaf-52e2-a844-d04adb473700 = { name = "NL2sol_jll", path = "jll/N/NL2sol_jll" } diff --git a/S/SpeciesInteractionNetworks/Compat.toml b/S/SpeciesInteractionNetworks/Compat.toml new file mode 100644 index 000000000000000..223b2786ac4f766 --- /dev/null +++ b/S/SpeciesInteractionNetworks/Compat.toml @@ -0,0 +1,10 @@ +[0] +Combinatorics = "1" +DataStructures = "0.18" +Distributions = "0.25" +Mangal = "0.5" +Requires = "1.3.0-1" +StatsBase = "0.34" +Tables = "1.10.0-1" +TestItems = "1" +julia = "1.10.0-1" diff --git a/S/SpeciesInteractionNetworks/Deps.toml b/S/SpeciesInteractionNetworks/Deps.toml new file mode 100644 index 000000000000000..71601023376b26a --- /dev/null +++ b/S/SpeciesInteractionNetworks/Deps.toml @@ -0,0 +1,14 @@ +[0] +Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" +DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" +DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Mangal = "b8b640a6-63d9-51e6-b784-5033db27bef2" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Requires = "ae029012-a4dd-5104-9daa-d747884805df" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" +Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" +TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe" diff --git a/S/SpeciesInteractionNetworks/Package.toml b/S/SpeciesInteractionNetworks/Package.toml new file mode 100644 index 000000000000000..b06311dae3ba3ad --- /dev/null +++ b/S/SpeciesInteractionNetworks/Package.toml @@ -0,0 +1,3 @@ +name = "SpeciesInteractionNetworks" +uuid = "49e116ef-912f-4766-9e56-896a49944adc" +repo = "https://github.com/PoisotLab/SpeciesInteractionNetworks.jl.git" diff --git a/S/SpeciesInteractionNetworks/Versions.toml b/S/SpeciesInteractionNetworks/Versions.toml new file mode 100644 index 000000000000000..2022ef76c4008c3 --- /dev/null +++ b/S/SpeciesInteractionNetworks/Versions.toml @@ -0,0 +1,2 @@ +["0.0.1"] +git-tree-sha1 = "ad5a9fa7587525bd378f6c39b6a7982926fe0753"