-
Notifications
You must be signed in to change notification settings - Fork 9
/
Project.toml
83 lines (74 loc) · 2.52 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
name = "Diversity"
uuid = "d3d5718d-52de-57ab-b67a-eca7fd6175a4"
license = "BSD-2-Clause"
authors = ["Richard Reeve <[email protected]>", "Claire Harris", "Isaac Peetoom Heida"]
version = "0.5.15"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
EcoBase = "a58aae7d-b440-5a11-b283-399458f99aac"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[weakdeps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Phylo = "aea672f4-3940-5932-aa44-993d1c3ff149"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
[extensions]
DiversityAxisArraysExt = "AxisArrays"
DiversityPhyloExt = "Phylo"
[compat]
AxisArrays = "0.4"
CSV = "0.10"
DataFrames = "0.21, 0.22, 1.0"
Distances = "0.10"
EcoBase = "0.1"
Git = "1"
InteractiveUtils = "1.9"
JuliaFormatter = "1"
LinearAlgebra = "1.9"
Logging = "1"
Missings = "0.4, 1.0"
Phylo = "0.4, 0.5"
Pkg = "1.9"
RCall = "0.13, 0.14"
RecipesBase = "0.6, 0.7, 0.8, 1"
Requires = "^1"
ResearchSoftwareMetadata = "0.1.1"
SpatialEcology = "0.9"
Statistics = "1.9"
StatsBase = "0.32, 0.33, 0.34"
julia = "1.9"
[[author_details]]
name = "Richard Reeve"
orcid = "0000-0003-2589-8091"
[[author_details.affiliation]]
ror = "00vtgdb53"
[[author_details]]
name = "Claire Harris"
orcid = "0000-0003-0852-2340"
[[author_details.affiliation]]
ror = "03jwrz939"
[[author_details]]
name = "Isaac Peetoom Heida"
givenName = "Isaac"
familyName = "Peetoom Heida"
[extras]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Phylo = "aea672f4-3940-5932-aa44-993d1c3ff149"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ResearchSoftwareMetadata = "58378933-4625-47fa-851e-05ee27d397bd"
SpatialEcology = "348f2d5d-71a3-5ad4-b565-8af070f99681"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["AxisArrays", "CSV", "Distances", "Git", "JuliaFormatter", "Logging", "Phylo", "Pkg", "RCall", "Random", "ResearchSoftwareMetadata", "SpatialEcology", "StatsBase", "Test"]