Skip to content

Commit eb69ba3

Browse files
authored
Merge pull request #172 from tscheypidi/master
added affiliations and keywords
2 parents 002ddfc + db50a12 commit eb69ba3

File tree

4 files changed

+37
-21
lines changed

4 files changed

+37
-21
lines changed

.buildlibrary

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

CITATION.cff

Lines changed: 16 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: 'magclass: Data Class and Tools for Handling Spatial-Temporal Data'
5-
version: 6.15.1
6-
date-released: '2024-04-29'
5+
version: 6.15.2
6+
date-released: '2024-05-21'
77
abstract: Data class for increased interoperability working with spatial-temporal
88
data together with corresponding functions and methods (conversions, basic calculations
99
and basic data manipulation). The class distinguishes between spatial, temporal
@@ -14,28 +14,36 @@ authors:
1414
- family-names: Dietrich
1515
given-names: Jan Philipp
1616
email: dietrich@pik-potsdam.de
17+
orcid: 0000-0002-4309-6431
18+
affiliation: Potsdam Institute for Climate Impact Research
1719
- family-names: Bodirsky
1820
given-names: Benjamin Leon
1921
email: bodirsky@pik-potsdam.de
22+
affiliation: Potsdam Institute for Climate Impact Research
2023
- family-names: Bonsch
2124
given-names: Markus
2225
- family-names: Humpenoeder
2326
given-names: Florian
2427
email: humpenoeder@pik-potsdam.de
28+
affiliation: Potsdam Institute for Climate Impact Research
2529
- family-names: Bi
2630
given-names: Stephen
2731
- family-names: Karstens
2832
given-names: Kristine
2933
email: karstens@pik-potsdam.de
34+
affiliation: Potsdam Institute for Climate Impact Research
3035
- family-names: Leip
3136
given-names: Debbora
3237
email: leip@pik-potsdam.de
38+
affiliation: Potsdam Institute for Climate Impact Research
3339
- family-names: Sauer
3440
given-names: Pascal
3541
email: pascal.sauer@pik-potsdam.de
42+
affiliation: Potsdam Institute for Climate Impact Research
3643
- family-names: Baumstark
3744
given-names: Lavinia
3845
email: lavinia@pik-potsdam.de
46+
affiliation: Potsdam Institute for Climate Impact Research
3947
- family-names: Bertram
4048
given-names: Christoph
4149
email: bertram@pik-potsdam.de
@@ -45,27 +53,33 @@ authors:
4553
- family-names: Klein
4654
given-names: David
4755
email: dklein@pik-potsdam.de
56+
affiliation: Potsdam Institute for Climate Impact Research
4857
- family-names: Neher
4958
given-names: Ina
5059
- family-names: Pehl
5160
given-names: Michaja
5261
email: pehl@pik-potsdam.de
62+
affiliation: Potsdam Institute for Climate Impact Research
5363
- family-names: Schultes
5464
given-names: Anselm
5565
- family-names: Stevanovic
5666
given-names: Miodrag
5767
email: miodrag@pik-potsdam.de
68+
affiliation: Potsdam Institute for Climate Impact Research
5869
- family-names: Wang
5970
given-names: Xiaoxi
6071
email: wang@pik-potsdam.de
6172
- family-names: Beier
6273
given-names: Felicitas
6374
email: beier@pik-potsdam.de
75+
affiliation: Potsdam Institute for Climate Impact Research
6476
- family-names: Pflüger
6577
given-names: Mika
6678
- family-names: Richters
6779
given-names: Oliver
80+
affiliation: Potsdam Institute for Climate Impact Research
6881
license: LGPL-3.0
82+
keywords: tool
6983
repository-code: https://github.com/pik-piam/magclass
7084
doi: 10.5281/zenodo.1158580
7185

DESCRIPTION

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
Type: Package
22
Package: magclass
33
Title: Data Class and Tools for Handling Spatial-Temporal Data
4-
Version: 6.15.1
5-
Date: 2024-04-29
4+
Version: 6.15.2
5+
Date: 2024-05-21
66
Authors@R: c(
7-
person("Jan Philipp", "Dietrich", , "dietrich@pik-potsdam.de", role = c("aut", "cre")),
8-
person("Benjamin Leon", "Bodirsky", , "bodirsky@pik-potsdam.de", role = "aut"),
7+
person("Jan Philipp", "Dietrich", , "dietrich@pik-potsdam.de",
8+
comment = c(affiliation = "Potsdam Institute for Climate Impact Research", ORCID = "0000-0002-4309-6431"), role = c("aut", "cre")),
9+
person("Benjamin Leon", "Bodirsky", , "bodirsky@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
910
person("Markus", "Bonsch", role = "aut"),
10-
person("Florian", "Humpenoeder", , "humpenoeder@pik-potsdam.de", role = "aut"),
11+
person("Florian", "Humpenoeder", , "humpenoeder@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
1112
person("Stephen", "Bi", role = "aut"),
12-
person("Kristine", "Karstens", , "karstens@pik-potsdam.de", role = "aut"),
13-
person("Debbora", "Leip", , "leip@pik-potsdam.de", role = "aut"),
14-
person("Pascal", "Sauer", , "pascal.sauer@pik-potsdam.de", role = "aut"),
15-
person("Lavinia", "Baumstark", , "lavinia@pik-potsdam.de", role = "ctb"),
13+
person("Kristine", "Karstens", , "karstens@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
14+
person("Debbora", "Leip", , "leip@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
15+
person("Pascal", "Sauer", , "pascal.sauer@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
16+
person("Lavinia", "Baumstark", , "lavinia@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "ctb"),
1617
person("Christoph", "Bertram", , "bertram@pik-potsdam.de", role = "ctb"),
1718
person("Anastasis", "Giannousakis", , "giannou@pik-potsdam.de", role = "ctb"),
18-
person("David", "Klein", , "dklein@pik-potsdam.de", role = "ctb"),
19+
person("David", "Klein", , "dklein@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "ctb"),
1920
person("Ina", "Neher", role = "ctb"),
20-
person("Michaja", "Pehl", , "pehl@pik-potsdam.de", role = "ctb"),
21+
person("Michaja", "Pehl", , "pehl@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "ctb"),
2122
person("Anselm", "Schultes", role = "ctb"),
22-
person("Miodrag", "Stevanovic", , "miodrag@pik-potsdam.de", role = "ctb"),
23+
person("Miodrag", "Stevanovic", , "miodrag@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "ctb"),
2324
person("Xiaoxi", "Wang", , "wang@pik-potsdam.de", role = "ctb"),
24-
person("Felicitas", "Beier", , "beier@pik-potsdam.de", role = "ctb"),
25+
person("Felicitas", "Beier", , "beier@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "ctb"),
2526
person("Mika", "Pflüger", role = "ctb"),
26-
person("Oliver", "Richters", role = "ctb")
27+
person("Oliver", "Richters", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "ctb")
2728
)
2829
Description: Data class for increased interoperability working with
2930
spatial-temporal data together with corresponding functions and
@@ -63,3 +64,4 @@ VignetteBuilder:
6364
Encoding: UTF-8
6465
LazyData: true
6566
RoxygenNote: 7.3.1
67+
Config/Keywords: tool

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data Class and Tools for Handling Spatial-Temporal Data
22

3-
R package **magclass**, version **6.15.1**
3+
R package **magclass**, version **6.15.2**
44

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

@@ -56,7 +56,7 @@ In case of questions / problems please contact Jan Philipp Dietrich <dietrich@pi
5656

5757
To cite package **magclass** in publications use:
5858

59-
Dietrich J, Bodirsky B, Bonsch M, Humpenoeder F, Bi S, Karstens K, Leip D, Sauer P (2024). _magclass: Data Class and Tools for Handling Spatial-Temporal Data_. doi:10.5281/zenodo.1158580 <https://doi.org/10.5281/zenodo.1158580>, R package version 6.15.1, <https://github.com/pik-piam/magclass>.
59+
Dietrich J, Bodirsky B, Bonsch M, Humpenoeder F, Bi S, Karstens K, Leip D, Sauer P (2024). _magclass: Data Class and Tools for Handling Spatial-Temporal Data_. doi: 10.5281/zenodo.1158580 (URL: https://doi.org/10.5281/zenodo.1158580), R package version 6.15.2, <URL: https://github.com/pik-piam/magclass>.
6060

6161
A BibTeX entry for LaTeX users is
6262

@@ -65,8 +65,8 @@ A BibTeX entry for LaTeX users is
6565
title = {magclass: Data Class and Tools for Handling Spatial-Temporal Data},
6666
author = {Jan Philipp Dietrich and Benjamin Leon Bodirsky and Markus Bonsch and Florian Humpenoeder and Stephen Bi and Kristine Karstens and Debbora Leip and Pascal Sauer},
6767
year = {2024},
68-
note = {R package version 6.15.1},
69-
url = {https://github.com/pik-piam/magclass},
68+
note = {R package version 6.15.2},
7069
doi = {10.5281/zenodo.1158580},
70+
url = {https://github.com/pik-piam/magclass},
7171
}
7272
```

0 commit comments

Comments
 (0)