Skip to content

Commit

Permalink
Merge pull request #548 from pweigmann/projectPipelines
Browse files Browse the repository at this point in the history
improvements to project pipelines
  • Loading branch information
pweigmann committed Sep 19, 2024
2 parents aba53fb + 55cdceb commit 5b63870
Show file tree
Hide file tree
Showing 17 changed files with 463 additions and 253 deletions.
2 changes: 1 addition & 1 deletion .buildlibrary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ValidationKey: '37967700'
ValidationKey: '38171350'
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: 'mrremind: MadRat REMIND Input Data Package'
version: 0.190.0
date-released: '2024-09-17'
version: 0.191.0
date-released: '2024-09-19'
abstract: The mrremind packages contains data preprocessing for the REMIND model.
authors:
- family-names: Baumstark
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: mrremind
Title: MadRat REMIND Input Data Package
Version: 0.190.0
Date: 2024-09-17
Version: 0.191.0
Date: 2024-09-19
Authors@R: c(
person("Lavinia", "Baumstark", , "[email protected]", role = c("aut", "cre")),
person("Renato", "Rodrigues", role = "aut"),
Expand Down
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export(convertUBA)
export(convertUNFCCC)
export(convertUNIDO)
export(convertUSGS)
export(exportThresholds)
export(filter_historical_mif)
export(fullThresholds)
export(readADVANCE_WP2)
export(readAGEB)
export(readAR6GWP)
Expand All @@ -59,6 +59,7 @@ export(readGlobalEnergyMonitor)
export(readHRE)
export(readIEA_CCUS)
export(readIEA_HSMR)
export(readIEA_PRIS)
export(readIEA_WEIO_2014)
export(readMueller)
export(readODYM_RECC)
Expand Down
Loading

0 comments on commit 5b63870

Please sign in to comment.