Skip to content

Commit 282b40b

Browse files
committed
correct metadata in metadata pkg
1 parent 860a156 commit 282b40b

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.zenodo.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"title": "Cook codebooks from survey metadata encoded in attributes in R",
3-
"upload_type": "software",
4-
"creators": [
5-
{
6-
"affiliation": "Center for Adaptive Rationality, Max Planck Institute for Human Development",
7-
"name": "Ruben C. Arslan"
8-
}
9-
],
10-
"access_right": "open"
3+
"upload_type": "software",
4+
"creators": [
5+
{
6+
"affiliation": "Center for Adaptive Rationality, Max Planck Institute for Human Development",
7+
"name": "Ruben C. Arslan",
8+
"orcid": "0000-0002-6670-5658"
9+
}
10+
],
11+
"access_right": "open",
12+
"license": "BSD-2-Clause"
1113
}

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Description: This package allows you to easily automate the following tasks to d
55
summarise the distributions of scales and items graphically and using descriptive statistics,
66
combine this information with metadata such as item labels and labelled values that is derived from R attributes.
77
To do so, the package relies on rmarkdown partials. To mark up the metadata you need to use haven semantics.
8-
Version: 0.4.4
8+
Version: 0.5.0
99
Authors@R: person("Ruben", "Arslan", email = "[email protected]", role = c("aut", "cre"))
1010
Depends: R (>= 3.0.1)
1111
URL: https://github.com/rubenarslan/codebook

0 commit comments

Comments
 (0)