Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildlibrary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ValidationKey: '317582760'
ValidationKey: '318782072'
AcceptedWarnings:
- 'Warning: package ''.*'' was built under R version'
- 'Warning: namespace ''.*'' is not available and has been replaced'
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cff-version: 1.2.0
message: If you use this software, please cite it using the metadata from this file.
type: software
title: 'mip: Comparison of multi-model runs'
version: 0.155.10
date-released: '2026-01-23'
version: 0.155.11
date-released: '2026-04-09'
abstract: Package contains generic functions to produce comparison plots of multi-model
runs.
authors:
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: mip
Title: Comparison of multi-model runs
Version: 0.155.10
Date: 2026-01-23
Version: 0.155.11
Date: 2026-04-09
Authors@R: c(
person("David", "Klein", , "dklein@pik-potsdam.de", role = c("aut", "cre")),
person("Jan Philipp", "Dietrich", , "dietrich@pik-potsdam.de", role = "aut"),
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Comparison of multi-model runs

R package **mip**, version **0.155.10**
R package **mip**, version **0.155.11**

[![CRAN status](https://www.r-pkg.org/badges/version/mip)](https://cran.r-project.org/package=mip) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1158586.svg)](https://doi.org/10.5281/zenodo.1158586) [![R build status](https://github.com/pik-piam/mip/workflows/check/badge.svg)](https://github.com/pik-piam/mip/actions) [![codecov](https://codecov.io/gh/pik-piam/mip/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/mip) [![r-universe](https://pik-piam.r-universe.dev/badges/mip)](https://pik-piam.r-universe.dev/builds)

Expand Down Expand Up @@ -47,7 +47,7 @@ In case of questions / problems please contact David Klein <dklein@pik-potsdam.d

To cite package **mip** in publications use:

Klein D, Dietrich J, Baumstark L, Humpenoeder F, Stevanovic M, Wirth S, Führlich P, Richters O, Rüter T, Salzwedel R, Lécuyer F (2026). "mip: Comparison of multi-model runs." doi:10.5281/zenodo.1158586 <https://doi.org/10.5281/zenodo.1158586>, Version: 0.155.10, <https://github.com/pik-piam/mip>.
Klein D, Dietrich J, Baumstark L, Humpenoeder F, Stevanovic M, Wirth S, Führlich P, Richters O, Rüter T, Salzwedel R, Lécuyer F (2026). "mip: Comparison of multi-model runs." doi:10.5281/zenodo.1158586 <https://doi.org/10.5281/zenodo.1158586>, Version: 0.155.11, <https://github.com/pik-piam/mip>.

A BibTeX entry for LaTeX users is

Expand All @@ -56,9 +56,9 @@ A BibTeX entry for LaTeX users is
title = {mip: Comparison of multi-model runs},
author = {David Klein and Jan Philipp Dietrich and Lavinia Baumstark and Florian Humpenoeder and Miodrag Stevanovic and Stephen Wirth and Pascal Führlich and Oliver Richters and Tonn Rüter and Robert Salzwedel and Fabrice Lécuyer},
doi = {10.5281/zenodo.1158586},
date = {2026-01-23},
date = {2026-04-09},
year = {2026},
url = {https://github.com/pik-piam/mip},
note = {Version: 0.155.10},
note = {Version: 0.155.11},
}
```
8 changes: 7 additions & 1 deletion inst/extdata/plotstyle.csv
Original file line number Diff line number Diff line change
Expand Up @@ -473,14 +473,20 @@ Heating|District Heating;District heating;#cc0000;;
Heating|Electricity|Resistance;Resistive electric heating;#f58231;;
Heating|Electricity|Heat pump;Heat pumps;#3cb44b;;
Heating|Hydrogen;Hydrogen;#66cccc;;
non-Heating|Electricity|Appliances and Lighting;Appliances & Lighting;#ffb200;;
non-Heating|Electricity|ICT;ICT;#ffd966;;
non-Heating|Electricity|Space Cooling;Space Cooling;#9d4edd;;
non-Heating|Electricity|Conventional pCap;non-heating Electricity pCap;#ffb200;;
Heating|Solids pCap;Solids pCap;#191919;;
Heating|Liquids pCap;Liquids pCap;#0000cc;;
Heating|Gases pCap;Gases pCap;#999966;;
Heating|District Heating pCap;District heating pCap;#cc0000;;
Heating|Electricity|Resistance pCap;Resistive electric heating pCap;#f58231;;
Heating|Electricity|Heat pump pCap;Heat pump pCaps;#3cb44b;;
Heating|Hydrogen pCap;Hydrogen pCap;#66cccc
Heating|Hydrogen pCap;Hydrogen pCap;#66cccc;;
non-Heating|Electricity|Appliances and Lighting pCap;Appliances & Lighting pCap;#ffb200;;
non-Heating|Electricity|ICT pCap;ICT pCap;#ffd966;;
non-Heating|Electricity|Space Cooling pCap;Space Cooling pCap;#9d4edd;;
District Heating pCap;District heating pCap;#cc0000;;
Electricity|Resistance;Resistive electric heating;#f58231;;
Electricity|Heat pump;Heat pumps;#3cb44b;;
Expand Down
Loading