Skip to content

Commit 4d981bd

Browse files
Adding Enrique as contributor, updating metadata
1 parent 314aea9 commit 4d981bd

File tree

4 files changed

+38
-30
lines changed

4 files changed

+38
-30
lines changed

CITATION.cff

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ license: MIT
1010
title: 'rJavaEnv: ''Java'' Environments for R Projects'
1111
version: 0.2.2
1212
doi: 10.32614/CRAN.package.rJavaEnv
13+
identifiers:
14+
- type: doi
15+
value: 10.32614/CRAN.package.rJavaEnv
1316
abstract: 'Quickly install ''Java Development Kit (JDK)'' without administrative privileges
1417
and set environment variables in current R session or project to solve common issues
1518
with ''Java'' environment management in ''R''. Recommended to users of ''Java''/''rJava''-dependent
@@ -67,7 +70,7 @@ references:
6770
institution:
6871
name: R Foundation for Statistical Computing
6972
address: Vienna, Austria
70-
year: '2024'
73+
year: '2025'
7174
version: '>= 4.0'
7275
- type: software
7376
title: checkmate
@@ -80,7 +83,8 @@ references:
8083
given-names: Michel
8184
8285
orcid: https://orcid.org/0000-0001-9754-0393
83-
year: '2024'
86+
year: '2025'
87+
doi: 10.32614/CRAN.package.checkmate
8488
- type: software
8589
title: cli
8690
abstract: 'cli: Helpers for Developing Command Line Interfaces'
@@ -90,8 +94,9 @@ references:
9094
authors:
9195
- family-names: Csárdi
9296
given-names: Gábor
93-
94-
year: '2024'
97+
98+
year: '2025'
99+
doi: 10.32614/CRAN.package.cli
95100
- type: software
96101
title: curl
97102
abstract: 'curl: A Modern and Flexible Web Client for R'
@@ -101,9 +106,10 @@ references:
101106
authors:
102107
- family-names: Ooms
103108
given-names: Jeroen
104-
109+
105110
orcid: https://orcid.org/0000-0002-4035-0289
106-
year: '2024'
111+
year: '2025'
112+
doi: 10.32614/CRAN.package.curl
107113
- type: software
108114
title: jsonlite
109115
abstract: 'jsonlite: A Simple and Robust JSON Parser and Generator for R'
@@ -113,9 +119,10 @@ references:
113119
authors:
114120
- family-names: Ooms
115121
given-names: Jeroen
116-
122+
117123
orcid: https://orcid.org/0000-0002-4035-0289
118-
year: '2024'
124+
year: '2025'
125+
doi: 10.32614/CRAN.package.jsonlite
119126
- type: software
120127
title: utils
121128
abstract: 'R: A Language and Environment for Statistical Computing'
@@ -125,23 +132,7 @@ references:
125132
institution:
126133
name: R Foundation for Statistical Computing
127134
address: Vienna, Austria
128-
year: '2024'
129-
- type: software
130-
title: quarto
131-
abstract: 'quarto: R Interface to ''Quarto'' Markdown Publishing System'
132-
notes: Suggests
133-
url: https://quarto-dev.github.io/quarto-r/
134-
repository: https://CRAN.R-project.org/package=quarto
135-
authors:
136-
- family-names: Allaire
137-
given-names: JJ
138-
139-
orcid: https://orcid.org/0000-0003-0174-9868
140-
- family-names: Dervieux
141-
given-names: Christophe
142-
143-
orcid: https://orcid.org/0000-0003-4474-2498
144-
year: '2024'
135+
year: '2025'
145136
- type: software
146137
title: testthat
147138
abstract: 'testthat: Unit Testing for R'
@@ -152,6 +143,7 @@ references:
152143
- family-names: Wickham
153144
given-names: Hadley
154145
155-
year: '2024'
146+
year: '2025'
147+
doi: 10.32614/CRAN.package.testthat
156148
version: '>= 3.0.0'
157149

DESCRIPTION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Authors@R: c(
77
person("Mauricio", "Vargas", , "[email protected]", role = "ctb",
88
comment = c(ORCID = "0000-0003-1017-7574")),
99
person("Hadley", "Wickham", , "[email protected]", role = "ctb",
10-
comment = "use_java feature suggestion and PR review")
10+
comment = "use_java feature suggestion and PR review"),
11+
person("Enrique", "Mondragon-Estrada", , "[email protected]", role = "ctb",
12+
comment = c(ORCID = "0009-0004-5592-1728"))
1113
)
1214
Description: Quickly install 'Java Development Kit (JDK)' without
1315
administrative privileges and set environment variables in current R

codemeta.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
17+
"runtimePlatform": "R version 4.4.1 (2024-06-14 ucrt)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -43,6 +43,13 @@
4343
"givenName": "Hadley",
4444
"familyName": "Wickham",
4545
"email": "[email protected]"
46+
},
47+
{
48+
"@type": "Person",
49+
"givenName": "Enrique",
50+
"familyName": "Mondragon-Estrada",
51+
"email": "[email protected]",
52+
"@id": "https://orcid.org/0009-0004-5592-1728"
4653
}
4754
],
4855
"copyrightHolder": [
@@ -164,7 +171,7 @@
164171
},
165172
"SystemRequirements": null
166173
},
167-
"fileSize": "219.775KB",
174+
"fileSize": "224.631KB",
168175
"citation": [
169176
{
170177
"@type": "SoftwareSourceCode",

inst/schemaorg.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
"email": "[email protected]",
2121
"familyName": "Wickham",
2222
"givenName": "Hadley"
23+
},
24+
{
25+
"id": "https://orcid.org/0009-0004-5592-1728",
26+
"type": "Person",
27+
"email": "[email protected]",
28+
"familyName": "Mondragon-Estrada",
29+
"givenName": "Enrique"
2330
}
2431
],
2532
"copyrightHolder": {
@@ -43,7 +50,7 @@
4350
"name": "Comprehensive R Archive Network (CRAN)",
4451
"url": "https://cran.r-project.org"
4552
},
46-
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
53+
"runtimePlatform": "R version 4.4.1 (2024-06-14 ucrt)",
4754
"version": "0.2.2"
4855
},
4956
{

0 commit comments

Comments
 (0)