-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
91 lines (84 loc) · 2.87 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
84
85
86
87
88
89
90
91
name = "ClimatePref"
uuid = "fca47ed3-1eba-4660-ae9b-41dfe9aa8fbc"
license = "BSD-2-Clause"
authors = ["Claire Harris", "Richard Reeve <[email protected]>"]
version = "1.0.1"
[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
GDAL = "add2ef01-049f-52c4-9ee2-e494f65e021a"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
IndexedTables = "6deec6e2-d858-57c5-ab9b-e6ca5bd20e43"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
JuliaDB = "a93385a2-3734-596a-9a66-3cfbb77141e6"
JuliaDBMeta = "2c06ca41-a429-545c-b8f0-5ca7dd64ba19"
NetCDF = "30363a11-5582-574a-97bb-aa9a979735b9"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Phylo = "aea672f4-3940-5932-aa44-993d1c3ff149"
PhyloNetworks = "33ad39ac-ed31-50eb-9b15-43d0656eaa72"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
ArchGDAL = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
AxisArrays = "0.4"
CSV = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
Calculus = "0.5"
DataFrames = "0.20, 0.21, 0.22, 1"
GDAL = "1.1"
GLM = "1.3"
Git = "1"
IndexedTables = "0.12, 0.13, 1"
Interpolations = "0.12, 0.13, 0.14, 0.15"
JLD = "0.13"
JuliaDB = "0.12, 0.13"
JuliaDBMeta = "0.4"
JuliaFormatter = "1"
Logging = "1"
NetCDF = "0.11, 0.12"
OnlineStats = "0.21, 0.22, 0.23, 0.24, 0.25, 1"
Optim = "1"
Phylo = "0.4,0.5"
PhyloNetworks = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16"
Plots = "0.28, 0.29, 1"
RCall = "0.13, 0.14"
Random = "1"
RecipesBase = "0.7, 0.8, 1"
Requires = "1.0, 1.1"
ResearchSoftwareMetadata = "0.1"
Statistics = "1"
StatsBase = "0.32, 0.33, 0.34"
Test = "1"
Unitful = "1.4"
julia = "~1.6"
[[author_details]]
name = "Claire Harris"
email = "[email protected]"
orcid = "0000-0003-0852-2340"
[[author_details.affiliation]]
ror = "03jwrz939"
[[author_details]]
name = "Richard Reeve"
email = "[email protected]"
orcid = "0000-0003-2589-8091"
[[author_details.affiliation]]
ror = "00vtgdb53"
[extras]
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
ResearchSoftwareMetadata = "58378933-4625-47fa-851e-05ee27d397bd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Git", "JuliaFormatter", "Logging", "Pkg", "ResearchSoftwareMetadata", "Test"]