Skip to content

Commit

Permalink
Merge pull request #135 from EcoJulia/rr/extensions
Browse files Browse the repository at this point in the history
Move code to extensions, fix plotting and unzipping files.
  • Loading branch information
richardreeve authored Apr 13, 2024
2 parents a746cf5 + e0d6842 commit bcb5693
Show file tree
Hide file tree
Showing 25 changed files with 476 additions and 1,131 deletions.
11 changes: 7 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ NetCDF = "30363a11-5582-574a-97bb-aa9a979735b9"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Phylo = "aea672f4-3940-5932-aa44-993d1c3ff149"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand All @@ -38,19 +37,21 @@ SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
SpatialEcology = "348f2d5d-71a3-5ad4-b565-8af070f99681"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
ZipArchives = "49080126-0e18-4c2a-b176-c102e4b3760c"

[weakdeps]
DataPipeline = "9ced6f0a-eb77-43a8-bbd1-bbf3031b0d12"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"

[extensions]
EcoSISTEMDataPipelineExt = "DataPipeline"
EcoSISTEMERAExt = "PyCall"
EcoSISTEMMPIExt = "MPI"
EcoSISTEMPlotsExt = "Plots"

[compat]
ArchGDAL = "0.6, 0.7, 0.8, 0.9, 0.10"
Expand Down Expand Up @@ -91,17 +92,19 @@ SHA = "0.7"
SpatialEcology = "0.9"
Statistics = "1.9"
StatsBase = "0.32.2, 0.33, 0.34"
Tar = "1.9"
Test = "1.9"
UUIDs = "1.9"
Unitful = "1.7"
ZipArchives = "2"
julia = "1.9"

[extras]
DataPipeline = "9ced6f0a-eb77-43a8-bbd1-bbf3031b0d12"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["MPI", "OnlineStats", "Pkg", "Test"]
test = ["DataPipeline", "MPI", "OnlineStats", "Pkg", "Plots", "Test"]
Loading

0 comments on commit bcb5693

Please sign in to comment.