Skip to content

Commit a2b276c

Browse files
committed
add Hadley as contributor
1 parent 3f61588 commit a2b276c

File tree

4 files changed

+26
-9
lines changed

4 files changed

+26
-9
lines changed

DESCRIPTION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Authors@R: c(
55
person("Egor", "Kotov", , "[email protected]", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0001-6690-5345")),
77
person("Mauricio", "Vargas", , "[email protected]", role = "ctb",
8-
comment = c(ORCID = "0000-0003-1017-7574"))
8+
comment = c(ORCID = "0000-0003-1017-7574")),
9+
person("Hadley", "Wickham", , "[email protected]", role = "ctb",
10+
comment = "use_java feature suggestion and PR review")
911
)
1012
Description: Solve common issues with 'Java' environment management in 'R'
1113
for users of 'Java'/'rJava'-dependent 'R' packages such as 'r5r',

codemeta.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
"familyName": "Vargas",
3838
"email": "[email protected]",
3939
"@id": "https://orcid.org/0000-0003-1017-7574"
40+
},
41+
{
42+
"@type": "Person",
43+
"givenName": "Hadley",
44+
"familyName": "Wickham",
45+
"email": "[email protected]"
4046
}
4147
],
4248
"copyrightHolder": [
@@ -158,7 +164,7 @@
158164
},
159165
"SystemRequirements": null
160166
},
161-
"fileSize": "528.471KB",
167+
"fileSize": "528.71KB",
162168
"citation": [
163169
{
164170
"@type": "SoftwareSourceCode",

inst/schemaorg.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,21 @@
77
"id": "https://orcid.org/0000-0001-6690-5345"
88
},
99
"codeRepository": "https://github.com/e-kotov/rJavaEnv",
10-
"contributor": {
11-
"id": "https://orcid.org/0000-0003-1017-7574",
12-
"type": "Person",
13-
"email": "[email protected]",
14-
"familyName": "Vargas",
15-
"givenName": "Mauricio"
16-
},
10+
"contributor": [
11+
{
12+
"id": "https://orcid.org/0000-0003-1017-7574",
13+
"type": "Person",
14+
"email": "[email protected]",
15+
"familyName": "Vargas",
16+
"givenName": "Mauricio"
17+
},
18+
{
19+
"type": "Person",
20+
"email": "[email protected]",
21+
"familyName": "Wickham",
22+
"givenName": "Hadley"
23+
}
24+
],
1725
"copyrightHolder": {
1826
"id": "https://orcid.org/0000-0001-6690-5345",
1927
"type": "Person",

man/rJavaEnv-package.Rd

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

0 commit comments

Comments
 (0)