Skip to content

Commit 4838a32

Browse files
committed
increment version
1 parent 40e7b36 commit 4838a32

File tree

7 files changed

+41
-13
lines changed

7 files changed

+41
-13
lines changed

.buildlibrary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ValidationKey: '231436854'
1+
ValidationKey: '231514722'
22
AcceptedWarnings:
33
- 'Warning: package ''.*'' was built under R version'
44
- 'Warning: namespace ''.*'' is not available and has been replaced'

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cff-version: 1.2.0
22
message: If you use this software, please cite it using the metadata from this file.
33
type: software
44
title: 'remind2: The REMIND R package (2nd generation)'
5-
version: 1.157.3
6-
date-released: '2024-10-02'
5+
version: 1.157.4
6+
date-released: '2024-10-07'
77
abstract: Contains the REMIND-specific routines for data and model output manipulation.
88
authors:
99
- family-names: Rodrigues

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: remind2
33
Title: The REMIND R package (2nd generation)
4-
Version: 1.157.3
5-
Date: 2024-10-02
4+
Version: 1.157.4
5+
Date: 2024-10-07
66
Authors@R: c(
77
person("Renato", "Rodrigues", , "renato.rodrigues@pik-potsdam.de", role = c("aut", "cre")),
88
person("Lavinia", "Baumstark", role = "aut"),

R/modifyInvestmentVariables.R

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
#' Modify Investment Variables
22
#'
3-
#' a helper to adapt investment variables in reporting after changes in https://github.com/remindmodel/remind/pull/1238
3+
#' a helper to adapt investment variables in reporting after changes in
4+
#' https://github.com/remindmodel/remind/pull/1238
45
#'
5-
#' calculates the value of each timestep for a given maglcass object
6-
#' as the average of this timestep and the next timestep (last timestep remains unchanged)
6+
#' for a given magclass object, calculates the value of each timestep
7+
#' as the average of this timestep and the next timestep
8+
#' the data for the last timestep in the magclass object remains unchanged
9+
#'
10+
#' @param x a magclass object to be manipulated
711
#'
812
#'
913
#' @author Falk Benke

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The REMIND R package (2nd generation)
22

3-
R package **remind2**, version **1.157.3**
3+
R package **remind2**, version **1.157.4**
44

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

@@ -49,7 +49,7 @@ In case of questions / problems please contact Renato Rodrigues <renato.rodrigue
4949

5050
To cite package **remind2** in publications use:
5151

52-
Rodrigues R, Baumstark L, Benke F, Dietrich J, Dirnaichner A, Duerrwaechter J, Führlich P, Giannousakis A, Hasse R, Hilaire J, Klein D, Koch J, Kowalczyk K, Levesque A, Malik A, Merfort A, Merfort L, Morena-Leiva S, Pehl M, Pietzcker R, Rauner S, Richters O, Rottoli M, Schötz C, Schreyer F, Siala K, Sörgel B, Spahr M, Strefler J, Verpoort P, Weigmann P, Rüter T (2024). _remind2: The REMIND R package (2nd generation)_. R package version 1.157.3, <https://github.com/pik-piam/remind2>.
52+
Rodrigues R, Baumstark L, Benke F, Dietrich J, Dirnaichner A, Duerrwaechter J, Führlich P, Giannousakis A, Hasse R, Hilaire J, Klein D, Koch J, Kowalczyk K, Levesque A, Malik A, Merfort A, Merfort L, Morena-Leiva S, Pehl M, Pietzcker R, Rauner S, Richters O, Rottoli M, Schötz C, Schreyer F, Siala K, Sörgel B, Spahr M, Strefler J, Verpoort P, Weigmann P, Rüter T (2024). _remind2: The REMIND R package (2nd generation)_. R package version 1.157.4, <https://github.com/pik-piam/remind2>.
5353

5454
A BibTeX entry for LaTeX users is
5555

@@ -58,7 +58,7 @@ A BibTeX entry for LaTeX users is
5858
title = {remind2: The REMIND R package (2nd generation)},
5959
author = {Renato Rodrigues and Lavinia Baumstark and Falk Benke and Jan Philipp Dietrich and Alois Dirnaichner and Jakob Duerrwaechter and Pascal Führlich and Anastasis Giannousakis and Robin Hasse and Jérome Hilaire and David Klein and Johannes Koch and Katarzyna Kowalczyk and Antoine Levesque and Aman Malik and Anne Merfort and Leon Merfort and Simón Morena-Leiva and Michaja Pehl and Robert Pietzcker and Sebastian Rauner and Oliver Richters and Marianna Rottoli and Christof Schötz and Felix Schreyer and Kais Siala and Björn Sörgel and Mike Spahr and Jessica Strefler and Philipp Verpoort and Pascal Weigmann and Tonn Rüter},
6060
year = {2024},
61-
note = {R package version 1.157.3},
61+
note = {R package version 1.157.4},
6262
url = {https://github.com/pik-piam/remind2},
6363
}
6464
```

man/modifyInvestmentVariables.Rd

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/reportCapitalStock.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)