-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
40 lines (32 loc) · 1.2 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
name = "MetidaFreq"
uuid = "bd16ee1e-1b2f-4f89-b253-604a522f8c5f"
authors = ["PharmCat <[email protected]>"]
version = "0.2.0"
[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MetidaBase = "075456b7-4006-432f-9324-2f8453996c49"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
CategoricalArrays = "0.8, 0.9, 0.10"
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
HypothesisTests = "0.10, 0.11"
MetidaBase = "0.11, 0.12"
Optim = "1"
Roots = "2"
StatsBase = "0.30, 0.31, 0.32, 0.33, 0.34"
Tables = "1"
julia = "1"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
[targets]
test = [ "Test", "CSV", "DataFrames", "CategoricalArrays", "HypothesisTests"]