-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
40 lines (34 loc) · 1.29 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 = "TableOne"
uuid = "d36ae967-72a8-4ff4-a661-f51e671fe83a"
authors = ["Mark Pritchard <[email protected]>"]
version = "0.2.2"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[weakdeps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
[extensions]
TableOneCategoricalVariables = "CategoricalArrays"
[compat]
CategoricalArrays = "0.8, 0.9, 0.10"
DataFrames = "1"
HypothesisTests = "0.10, 0.11"
PackageExtensionCompat = "1"
StableRNGs = "1"
StatsBase = "0.33, 0.34"
UnPack = "1"
julia = "1.6"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
docs = ["CSV", "CategoricalArrays", "DataFrames", "Documenter", "Downloads", "StableRNGs"]
test = ["CSV", "CategoricalArrays", "DataFrames", "Documenter", "Downloads", "StableRNGs", "Test"]