Skip to content

Commit 47719e0

Browse files
Felix SchreyerFelix Schreyer
Felix Schreyer
authored and
Felix Schreyer
committed
increment library version
1 parent 84f44e5 commit 47719e0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.buildlibrary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ValidationKey: '231092829'
1+
ValidationKey: '231284300'
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.156.1
6-
date-released: '2024-09-23'
5+
version: 1.157.0
6+
date-released: '2024-09-24'
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.156.1
5-
Date: 2024-09-23
4+
Version: 1.157.0
5+
Date: 2024-09-24
66
Authors@R: c(
77
person("Renato", "Rodrigues", , "renato.rodrigues@pik-potsdam.de", role = c("aut", "cre")),
88
person("Lavinia", "Baumstark", role = "aut"),

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.156.1**
3+
R package **remind2**, version **1.157.0**
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.156.1, <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.0, <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.156.1},
61+
note = {R package version 1.157.0},
6262
url = {https://github.com/pik-piam/remind2},
6363
}
6464
```

0 commit comments

Comments
 (0)