Skip to content

Commit 2bc1790

Browse files
committed
fix contributors, update metadata
1 parent 60fee15 commit 2bc1790

File tree

4 files changed

+50
-7
lines changed

4 files changed

+50
-7
lines changed

CITATION.cff

+30-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "rJavaEnv" in publications use:'
88
type: software
99
license: MIT
1010
title: 'rJavaEnv: ''Java'' Environments for R Projects'
11-
version: 0.2.2
11+
version: 0.2.2.9000
1212
doi: 10.32614/CRAN.package.rJavaEnv
1313
identifiers:
1414
- type: doi
@@ -133,6 +133,35 @@ references:
133133
name: R Foundation for Statistical Computing
134134
address: Vienna, Austria
135135
year: '2025'
136+
- type: software
137+
title: quarto
138+
abstract: 'quarto: R Interface to ''Quarto'' Markdown Publishing System'
139+
notes: Suggests
140+
url: https://quarto-dev.github.io/quarto-r/
141+
repository: https://CRAN.R-project.org/package=quarto
142+
authors:
143+
- family-names: Allaire
144+
given-names: JJ
145+
email: jj@posit.co
146+
orcid: https://orcid.org/0000-0003-0174-9868
147+
- family-names: Dervieux
148+
given-names: Christophe
149+
email: cderv@posit.co
150+
orcid: https://orcid.org/0000-0003-4474-2498
151+
year: '2025'
152+
doi: 10.32614/CRAN.package.quarto
153+
- type: software
154+
title: rJava
155+
abstract: 'rJava: Low-Level R to Java Interface'
156+
notes: Suggests
157+
url: http://www.rforge.net/rJava/
158+
repository: https://CRAN.R-project.org/package=rJava
159+
authors:
160+
- family-names: Urbanek
161+
given-names: Simon
162+
email: simon.urbanek@r-project.org
163+
year: '2025'
164+
doi: 10.32614/CRAN.package.rJava
136165
- type: software
137166
title: testthat
138167
abstract: 'testthat: Unit Testing for R'

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Authors@R: c(
1010
comment = "use_java feature suggestion and PR review"),
1111
person("Enrique", "Mondragon-Estrada", , "enriquemondragon@proton.me", role = "ctb",
1212
comment = c(ORCID = "0009-0004-5592-1728")),
13-
person("Jonas", "Lieth", , "jonas.lieth@gesis.org", role = c("aut", "cre", "cph"),
13+
person("Jonas", "Lieth", , "jonas.lieth@gesis.org", role = "ctb",
1414
comment = c(ORCID = "0000-0002-3451-3176"))
1515
)
1616
Description: Quickly install 'Java Development Kit (JDK)' without

codemeta.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"codeRepository": "https://github.com/e-kotov/rJavaEnv",
99
"issueTracker": "https://github.com/e-kotov/rJavaEnv/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "0.2.2",
11+
"version": "0.2.2.9000",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.4.1 (2024-06-14 ucrt)",
17+
"runtimePlatform": "R version 4.4.3 (2025-02-28)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -50,6 +50,13 @@
5050
"familyName": "Mondragon-Estrada",
5151
"email": "enriquemondragon@proton.me",
5252
"@id": "https://orcid.org/0009-0004-5592-1728"
53+
},
54+
{
55+
"@type": "Person",
56+
"givenName": "Jonas",
57+
"familyName": "Lieth",
58+
"email": "jonas.lieth@gesis.org",
59+
"@id": "https://orcid.org/0000-0002-3451-3176"
5360
}
5461
],
5562
"copyrightHolder": [
@@ -171,7 +178,7 @@
171178
},
172179
"SystemRequirements": null
173180
},
174-
"fileSize": "224.631KB",
181+
"fileSize": "351771.806KB",
175182
"citation": [
176183
{
177184
"@type": "SoftwareSourceCode",

inst/schemaorg.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
"email": "enriquemondragon@proton.me",
2828
"familyName": "Mondragon-Estrada",
2929
"givenName": "Enrique"
30+
},
31+
{
32+
"id": "https://orcid.org/0000-0002-3451-3176",
33+
"type": "Person",
34+
"email": "jonas.lieth@gesis.org",
35+
"familyName": "Lieth",
36+
"givenName": "Jonas"
3037
}
3138
],
3239
"copyrightHolder": {
@@ -50,8 +57,8 @@
5057
"name": "Comprehensive R Archive Network (CRAN)",
5158
"url": "https://cran.r-project.org"
5259
},
53-
"runtimePlatform": "R version 4.4.1 (2024-06-14 ucrt)",
54-
"version": "0.2.2"
60+
"runtimePlatform": "R version 4.4.3 (2025-02-28)",
61+
"version": "0.2.2.9000"
5562
},
5663
{
5764
"id": "https://doi.org/10.32614/CRAN.package.rJavaEnv",

0 commit comments

Comments
 (0)