-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
46 lines (43 loc) · 1.54 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name = "TraitSimulation"
uuid = "dec3038e-29bc-11e9-2207-9f3d5855a202"
authors = ["Sarah <[email protected]>"]
version = "0.1.2"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrdinalMultinomialModels = "b51826c6-2bc1-4eb0-a3af-c080fd29f1d0"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SnpArrays = "4e780e97-f5bf-4111-9dc4-b70aaf691b06"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
VarianceComponentModels = "813005db-34b4-5f71-be9e-1bbf0a1d8f1c"
[compat]
BenchmarkTools = "1"
DataFrames = "0.22, 1"
Distributions = "0.24, 0.25"
Documenter = "0.27"
GLM = "1"
OrdinalMultinomialModels = "0.3.4"
SnpArrays = "0.3.9"
SpecialFunctions = "0.10, 1"
StatsBase = "0.33"
StatsFuns = "0.9"
StatsModels = "0.6"
Suppressor = "0.2"
Tables = "1"
VarianceComponentModels = "0.1.1"
julia = "1.4"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"