ClimateMARGO / ClimateMARGO.jl

Julia implementation of MARGO, an idealized climate-economic modelling framework for Optimizing trade-offs between emissions Mitigation, Adaptation, carbon dioxide Removal, and solar Geoengineering.
https://margo.plutojl.org/
MIT License
67 stars 13 forks source link

Register MARGO as official Julia package #4

Closed hdrake closed 4 years ago

hdrake commented 4 years ago

Should register it in the official JuliaRegistries, where they recommend automating this process with Registrator.jl

hdrake commented 4 years ago

Passed all checks on Registrator.jl PR https://github.com/JuliaRegistries/General/pull/15542, so should be registered after a 3-day waiting period (unless someone comments that they think I should change the package name...)

hdrake commented 4 years ago

Done! https://github.com/JuliaRegistries/General/pull/15542 merged!

ClimateMARGO.jl can now be added from the general registry with the command:

Pkg.add("ClimateMARGO")