-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
35 lines (33 loc) · 1.11 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
name = "SummaryTables"
uuid = "6ce4ecf0-73a7-4ce3-9fb4-80ebfe887b60"
authors = ["Julius <[email protected]>", "Mike <[email protected]>"]
version = "3.0.2"
[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
MultipleTesting = "f8716d33-7c4a-5097-896f-ce0ecbd3ef6b"
NaturalSort = "c020b1a1-e9b0-503a-9c33-f039bfc54a85"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
WriteDocx = "d049ceea-54ee-41d7-a26f-ba29db3b6599"
[compat]
CategoricalArrays = "0.10"
DataFrames = "1"
EnumX = "1"
HypothesisTests = "0.10, 0.11"
MultipleTesting = "0.5, 0.6"
NaturalSort = "1.0"
OrderedCollections = "1"
Printf = "1"
SHA = "<0.0.1, 0.7, 1"
Statistics = "1"
StatsBase = "0.33, 0.34"
Tables = "1"
WriteDocx = "1"
julia = "1.7"