-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
33 lines (28 loc) · 1007 Bytes
/
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
name = "PERMANOVA"
uuid = "f33fedc7-88ab-426d-b3f4-502f30fbdde3"
authors = ["Arthur Newbury"]
version = "0.1.1"
[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
NamedArrays = "86f7a689-2022-50b4-a561-43c23ac3c673"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
TexTables = "ebf5ac4f-3ec1-555f-9ac9-3d72ed88c471"
[compat]
Distances = "0.10"
LoopVectorization = "0.12"
NamedArrays = "0.9.0 - 0.9.6"
StatsModels = "0.6"
TexTables = "0.2"
julia = "1.1"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
[targets]
test = ["Test", "RCall", "BenchmarkTools","DataFrames"]